git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b047088
)
Replace direct deletion of registry value by use of libnet_smbconf_delparm().
author
Michael Adam
<obnox@samba.org>
Sun, 23 Dec 2007 02:02:19 +0000
(
03:02
+0100)
committer
Michael Adam
<obnox@samba.org>
Sun, 23 Dec 2007 03:10:31 +0000
(
04:10
+0100)
Michael
(This used to be commit
415fc0a5261f4d941027e5d5305fcea882724aef
)
source3/libnet/libnet_join.c
patch
|
blob
|
history
diff --git
a/source3/libnet/libnet_join.c
b/source3/libnet/libnet_join.c
index 2994c3f59ddbad11c9673c46367ae29fd5c469be..fe7fb7dd73316134cff75831d55014b7b446461a 100644
(file)
--- a/
source3/libnet/libnet_join.c
+++ b/
source3/libnet/libnet_join.c
@@
-398,7
+398,7
@@
static WERROR do_unjoin_modify_vals_config(TALLOC_CTX *mem_ctx,
W_ERROR_NOT_OK_RETURN(werr);
}
-
reg_deletevalue(key
, "realm");
+
werr = libnet_smbconf_delparm(mem_ctx, "GLOBAL"
, "realm");
return werr;
}