From: Jim Rees Date: Sat, 22 Mar 2008 04:19:13 +0000 (+0000) Subject: DEVEL15-setuuid-return-20080104 X-Git-Tag: openafs-devel-1_5_35~62 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1b4bb8aa7c708ac84686ec272f663cf4cd26476d;p=packages%2Fo%2Fopenafs.git DEVEL15-setuuid-return-20080104 return success (0) from setuuid() (cherry picked from commit e192814db3a754aa5fe24acf10aa24030c57fa55) --- diff --git a/src/afs/afs_pioctl.c b/src/afs/afs_pioctl.c index 444f4af1f..346caf974 100644 --- a/src/afs/afs_pioctl.c +++ b/src/afs/afs_pioctl.c @@ -3850,6 +3850,7 @@ DECL_PIOCTL(PNewUuid) afs_uuid_create(&afs_cb_interface.uuid); ReleaseWriteLock(&afs_xinterface); ForceAllNewConnections(); + return 0; } DECL_PIOCTL(PCallBackAddr)