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

Diff for /src/usr.bin/cvs/remote.c between version 1.18 and 1.19

version 1.18, 2008/02/10 14:00:41 version 1.19, 2008/02/10 14:04:40
Line 251 
Line 251 
 {  {
         char *dir, *sp, *dp;          char *dir, *sp, *dp;
   
         if (path[0] == '/')          if (cvs_server_active == 1 && path[0] == '/')
                 fatal("No absolute directories allowed, go away.");                  fatal("No absolute directories allowed, go away.");
   
         dir = xstrdup(path);          dir = xstrdup(path);

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19