mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
Unix CM: Fix stray semicolon
Commit d2437d02a6f59d972dd0690f7eb1c46cf7cc4b85 introduced a stray semicolon in the osidnlc code. Fix it. Caught by coverity (#989030) Change-Id: I1f68b6149bb4325995c96d8599c45565c4979f16 Reviewed-on: http://gerrit.openafs.org/9321 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com> Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
This commit is contained in:
parent
64630d07b8
commit
59def405ba
@ -81,7 +81,7 @@ GetMeAnEntry(void)
|
||||
break;
|
||||
}
|
||||
|
||||
if (nameptr >= NHSIZE);
|
||||
if (nameptr >= NHSIZE)
|
||||
nameptr = 0;
|
||||
|
||||
TRACE(ScavengeEntryT, nameptr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user