Navigation


Changeset 532:4cb8f63a0f67 in freeDiameter for extensions/app_radgw/rgwx_acct.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_acct.c

    r530 r532  
    176176        new->confstr = conffile;
    177177       
    178         if (strstr(conffile, "nonai"))
     178        if (conffile && strstr(conffile, "nonai"))
    179179                new->ignore_nai = 1;
    180180       
Note: See TracChangeset for help on using the changeset viewer.