Changeset 17272


Ignore:
Timestamp:
07/05/11 14:15:20 (2 years ago)
Author:
BrainSlayer
Message:

do it the right way

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/services/networking/ppp.c

    r17270 r17272  
    5151        static unsigned char r[64]; 
    5252        char *e = getenv(env); 
     53        if (!e) 
     54            return NULL;         
    5355        int c = 0; 
    5456        int i; 
Note: See TracChangeset for help on using the changeset viewer.