mirror of
https://github.com/samba-team/samba.git
synced 2025-02-09 09:57:48 +03:00
r23547: Ignore parameter "include" in regsitry globals.
Michael (This used to be commit f0992c0d79bb6a5810c84a9eac208d83390bb047)
This commit is contained in:
parent
ac1a7e2f96
commit
0027ca86b6
@ -3163,6 +3163,11 @@ static BOOL process_registry_globals(BOOL (*pfunc)(const char *, const char *))
|
|||||||
&type,
|
&type,
|
||||||
&size,
|
&size,
|
||||||
&data_p);
|
&data_p);
|
||||||
|
if (strcmp(valname,"include")) {
|
||||||
|
DEBUG(10, ("process_registry_globals: Ignoring "
|
||||||
|
"parameter 'include' in registry.\n"));
|
||||||
|
continue;
|
||||||
|
}
|
||||||
DEBUG(10, ("process_registry_shares: got value '%s'\n",
|
DEBUG(10, ("process_registry_shares: got value '%s'\n",
|
||||||
valname));
|
valname));
|
||||||
if (size && data_p) {
|
if (size && data_p) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user