From: Russ Allbery Date: Tue, 21 Nov 2006 00:07:42 +0000 (+0000) Subject: And too many increments in the ThisCell whitespace code. X-Git-Tag: debian/1.4.2-3~2 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=f4e8c9d5b5b80252d27eb82af988a1e5ca4b8214;p=packages%2Fo%2Fopenafs.git And too many increments in the ThisCell whitespace code. --- diff --git a/src/auth/cellconfig.c b/src/auth/cellconfig.c index 9749e8591..bc9a6f79f 100644 --- a/src/auth/cellconfig.c +++ b/src/auth/cellconfig.c @@ -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';