[BACK]Return to rpc_scan.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / rpcgen

Diff for /src/usr.bin/rpcgen/rpc_scan.c between version 1.11 and 1.12

version 1.11, 2003/03/30 20:57:27 version 1.12, 2006/03/22 18:20:31
Line 508 
Line 508 
         *p = 0;          *p = 0;
         if (*file == 0) {          if (*file == 0) {
                 *fname = NULL;                  *fname = NULL;
                   free(file);
         } else {          } else {
                 *fname = file;                  *fname = file;
         }          }

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12