]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-windows-patch-fix-20051003 openafs-stable-1_4_0-rc6
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 3 Oct 2005 17:34:16 +0000 (17:34 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 3 Oct 2005 17:34:16 +0000 (17:34 +0000)
Apparently a pullup applied a patch to the wrong function.
Correct it.

src/WINNT/afsd/cm_ioctl.c

index 32d234faf987b79a3311758728e6513c5095392c..2f257322303942ded84e17091f3ceaaea0dfdea3 100644 (file)
@@ -537,7 +537,6 @@ long cm_IoctlFlushAllVolumes(struct smb_ioctl *ioctlp, struct cm_user *userp)
 {
     long code;
     cm_scache_t *scp;
-    unsigned long volume;
     int i;
     cm_req_t req;
 
@@ -564,6 +563,7 @@ long cm_IoctlFlushVolume(struct smb_ioctl *ioctlp, struct cm_user *userp)
 {
     long code;
     cm_scache_t *scp;
+    unsigned long volume;
     int i;
     cm_req_t req;