1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

Fix typo.

Guenther
(This used to be commit b95801db595109e8eade7cf7c344f281c8684249)
This commit is contained in:
Günther Deschner 2007-12-20 12:13:04 +01:00
parent f2fe172454
commit 3537af86c4

View File

@ -555,8 +555,6 @@ WERROR libnet_Unjoin(TALLOC_CTX *mem_ctx,
WERROR werr;
NTSTATUS status;
printf("libnet_Unjoin\n");
if (r->in.modify_config && !lp_include_registry_globals()) {
return WERR_NOT_SUPPORTED;
}