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

Diff for /src/usr.bin/ftp/util.c between version 1.29 and 1.30

version 1.29, 2002/03/30 17:45:44 version 1.30, 2002/07/12 00:25:30
Line 507 
Line 507 
                  *      free(*cpp) if that is the case                   *      free(*cpp) if that is the case
                  */                   */
         *cpp = strdup(gl.gl_pathv[0]);          *cpp = strdup(gl.gl_pathv[0]);
           if (*cpp == NULL)
                   err(1, NULL);
         globfree(&gl);          globfree(&gl);
         return (1);          return (1);
 }  }

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30