mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
Windows: print the value of cm_OfflineROIsValid to afsd_init.log
If we say we are printing the value of cm_OfflineROIsValid, do so and not cm_deleteReadOnly. LICENSE MIT Change-Id: I8b0bc73798feea413f8ce79f9965664fc050ef76 Reviewed-on: http://gerrit.openafs.org/2655 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementia.org> Reviewed-by: Jeffrey Altman <jaltman@openafs.org> Tested-by: Jeffrey Altman <jaltman@openafs.org>
This commit is contained in:
parent
87c9e7e6e4
commit
874c5ca835
@ -1229,7 +1229,7 @@ afsd_InitCM(char **reasonP)
|
|||||||
if (code == ERROR_SUCCESS) {
|
if (code == ERROR_SUCCESS) {
|
||||||
cm_OfflineROIsValid = (unsigned short) dwValue;
|
cm_OfflineROIsValid = (unsigned short) dwValue;
|
||||||
}
|
}
|
||||||
afsi_log("CM OfflineReadOnlyIsValid is %u", cm_deleteReadOnly);
|
afsi_log("CM OfflineReadOnlyIsValid is %u", cm_OfflineROIsValid);
|
||||||
|
|
||||||
dummyLen = sizeof(DWORD);
|
dummyLen = sizeof(DWORD);
|
||||||
code = RegQueryValueEx(parmKey, "GiveUpAllCallBacks", NULL, NULL,
|
code = RegQueryValueEx(parmKey, "GiveUpAllCallBacks", NULL, NULL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user