/[cvs]/ccvs/src/server.c
ViewVC logotype

Diff of /ccvs/src/server.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.433 by dprice, Tue Jun 28 20:13:05 2005 UTC revision 1.434 by dprice, Wed Aug 31 15:16:17 2005 UTC
# Line 561  isSamePath (const char *path1_in, const Line 561  isSamePath (const char *path1_in, const
561      char *p1, *p2;      char *p1, *p2;
562      bool same;      bool same;
563    
564      if (!strcmp (config->PrimaryServer->directory,      if (!strcmp (path1_in, path2_in))
                  current_parsed_root->directory))  
565          return true;          return true;
566    
567      /* Path didn't match, but try to resolve any links that may be      /* Path didn't match, but try to resolve any links that may be

Legend:
Removed from v.1.433  
changed lines
  Added in v.1.434

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26