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

Diff for /src/usr.bin/cvs/server.c between version 1.14 and 1.15

version 1.14, 2005/05/18 20:24:19 version 1.15, 2005/05/18 21:39:25
Line 92 
Line 92 
         }          }
   
         if (chdir(cvs_server_tmpdir) == -1) {          if (chdir(cvs_server_tmpdir) == -1) {
                 cvs_log(LP_ERRNO, "failed to change to temporary directory '%s'"                  cvs_log(LP_ERRNO, "failed to change to temporary directory '%s'",
                     , cvs_server_tmpdir);                      cvs_server_tmpdir);
                 return (CVS_EX_DATA);                  return (CVS_EX_DATA);
         }          }
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15