mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
bosadmin-setrestarttime-should-take-a-structure-20010816
bos_ExecutableRestartTimeSet called BOZO_SetRestartTime incorrectly
This commit is contained in:
parent
120e1ef570
commit
6a1c9c896c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user