Hello,

I discovered a very small bug in the libbosadmin.a code that prevents you
from setting the bos restart times through bosadmin.  The code is from
src/libadmin/bos/afs_bosAdmin.c, from the bos_ExecutableRestartTimeSet
function, approximately line 3115.

The original code reads:
tst = BOZO_SetRestartTime(b_handle->server, restartType, restartTime);

The corrected code should read:
tst = BOZO_SetRestartTime(b_handle->server, restartType, &restartTime);

Just a forgotten "&" symbol.  Thanks.

Jeremy

_______________________________________________
OpenAFS-devel mailing list
[EMAIL PROTECTED]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to