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

Diff for /src/usr.bin/ftp/cmds.c between version 1.34 and 1.35

version 1.34, 2000/06/21 19:22:54 version 1.35, 2000/12/24 00:29:00
Line 1522 
Line 1522 
                 }                  }
         }          }
   
         /* Make double (tripple?) sure the sucker is NUL terminated */          /* Make double (triple?) sure the sucker is NUL terminated */
         buf[sizeof(buf) - 1] = '\0';          buf[sizeof(buf) - 1] = '\0';
   
         if (command("%s", buf) == PRELIM) {          if (command("%s", buf) == PRELIM) {

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35