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

Diff for /src/usr.bin/cvs/Attic/req.c between version 1.41 and 1.42

version 1.41, 2006/01/04 14:58:12 version 1.42, 2006/01/27 12:56:28
Line 309 
Line 309 
                  * Now, create the admin files in the top-level                   * Now, create the admin files in the top-level
                  * directory for the temp repo.                   * directory for the temp repo.
                  */                   */
                 if (cvs_mkadmin(cvs_server_tmpdir, cvs_rootstr, repo,                  cvs_mkadmin(cvs_server_tmpdir, cvs_rootstr, repo, NULL,
                     NULL, NULL, 0) < 0) {                      NULL, 0);
                         cvs_log(LP_ERR, "failed to create admin files");  
                         xfree(repo);  
                         return (-1);  
                 }  
         }          }
   
         /*          /*

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42