1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00

r19929: Fix indentation

(This used to be commit 2369ad0852)
This commit is contained in:
Volker Lendecke 2006-11-28 12:18:00 +00:00 committed by Gerald (Jerry) Carter
parent 985248b638
commit 7ef185fae7

View File

@ -597,7 +597,7 @@ WERROR _winreg_EnumKey(pipes_struct *p, struct policy_handle *handle,
if (!(info->subkey_cache = TALLOC_ZERO_P(
info, REGSUBKEY_CTR))) {
return WERR_NOMEM;
}
}
if (fetch_reg_keys(regkey, info->subkey_cache) == -1) {
TALLOC_FREE(info->subkey_cache);