Navigation


Changeset 403:26aafbbc1640 in freeDiameter for extensions/app_radgw/rgw_conf.l


Ignore:
Timestamp:
Jul 8, 2010, 2:24:19 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Cleanup all compilation warnings in base code for 32 bit arch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_radgw/rgw_conf.l

    r258 r403  
    136136                                }
    137137                               
    138                                 if (port = strchr(work, '[')) {
     138                                if ((port = strchr(work, '[')) != NULL) {
    139139                                        *port = '\0';
    140140                                        port++;
Note: See TracChangeset for help on using the changeset viewer.