]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
bosadmin-setrestarttime-should-take-a-structure-20010816
authorJeremy Stribling <jstribl@us.ibm.com>
Thu, 16 Aug 2001 08:56:51 +0000 (08:56 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 16 Aug 2001 08:56:51 +0000 (08:56 +0000)
bos_ExecutableRestartTimeSet called BOZO_SetRestartTime incorrectly

src/libadmin/bos/afs_bosAdmin.c

index 22d5299ad08d276cc816dc2ea1d4bed8dcd4cda5..6d59550f785a9ba919fb918afeb95ef974ba5b4e 100644 (file)
@@ -3112,7 +3112,7 @@ int ADMINAPI bos_ExecutableRestartTimeSet(
     restartTime.sec = time.sec;
     restartTime.day = time.day;
 
-    tst = BOZO_SetRestartTime(b_handle->server, restartType, restartTime);
+    tst = BOZO_SetRestartTime(b_handle->server, restartType, &restartTime);
 
     if (tst == 0) {
        rc = 1;