]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
windows-fs-uuid-part-two-20060627
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 27 Jun 2006 23:52:37 +0000 (23:52 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 27 Jun 2006 23:52:37 +0000 (23:52 +0000)
force new connections after uuid change

src/WINNT/afsd/cm_ioctl.c

index 2906bc00a125753ff7844230fcbf9c69aa9b0754..f0af81e5058d0b6961947b92d73517326d8489b3 100644 (file)
@@ -2657,6 +2657,7 @@ long cm_IoctlUUIDControl(struct smb_ioctl * ioctlp, struct cm_user *userp)
     if (cmd) {             /* generate a new UUID */
         UuidCreate((UUID *) &uuid);
         cm_data.Uuid = uuid;
+       cm_ForceNewConnectionsAllServers();
     }
 
     memcpy(ioctlp->outDatap, &cm_data.Uuid, sizeof(cm_data.Uuid));