Navigation


Changeset 532:4cb8f63a0f67 in freeDiameter for extensions/app_radgw/rgwx_auth.c


Ignore:
Timestamp:
Sep 6, 2010, 2:46:25 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fix segfault when no configuration string is given to the plugins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_radgw/rgwx_auth.c

    r526 r532  
    142142        new->confstr = confstr;
    143143       
    144         if (strstr(confstr, "nonai"))
     144        if (confstr && strstr(confstr, "nonai"))
    145145                new->ignore_nai = 1;
    146146       
Note: See TracChangeset for help on using the changeset viewer.