From: Jeffrey Altman Date: Mon, 3 Oct 2005 17:34:16 +0000 (+0000) Subject: STABLE14-windows-patch-fix-20051003 X-Git-Tag: openafs-stable-1_4_0-rc6 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=4d0a90839f593291cfff26cde209962eb5016727;p=packages%2Fo%2Fopenafs.git STABLE14-windows-patch-fix-20051003 Apparently a pullup applied a patch to the wrong function. Correct it. --- diff --git a/src/WINNT/afsd/cm_ioctl.c b/src/WINNT/afsd/cm_ioctl.c index 32d234faf..2f2573223 100644 --- a/src/WINNT/afsd/cm_ioctl.c +++ b/src/WINNT/afsd/cm_ioctl.c @@ -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;