]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
And too many increments in the ThisCell whitespace code.
authorRuss Allbery <rra@debian.org>
Tue, 21 Nov 2006 00:07:42 +0000 (00:07 +0000)
committerRuss Allbery <rra@debian.org>
Tue, 21 Nov 2006 00:07:42 +0000 (00:07 +0000)
src/auth/cellconfig.c

index 9749e85917967acbcd32dbbc7c25dcaa28c73d8b..bc9a6f79f868ff32c92c9a4bb9c51e3956abd9d5 100644 (file)
@@ -491,7 +491,7 @@ GetCellUnix(struct afsconf_dir *adir)
 
     while (*tbuffer != '\0' && isspace(*tbuffer))
         tbuffer++;
-    p = tbuffer + 1;
+    p = tbuffer;
     while (*p != '\0' && !isspace(*p))
         p++;
     *p = '\0';