summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-12-20 12:13:04 +0100
committerGünther Deschner <gd@samba.org>2007-12-21 15:29:11 +0100
commit3537af86c409ea7478e3414a17d7ff3779e4bdbe (patch)
tree390aaa8e7073642b53052c6583bd5c154aae176c
parentf2fe17245436f8e68be2d5ad96b77721828f040a (diff)
downloadsamba-3537af86c409ea7478e3414a17d7ff3779e4bdbe.tar.gz
samba-3537af86c409ea7478e3414a17d7ff3779e4bdbe.tar.bz2
samba-3537af86c409ea7478e3414a17d7ff3779e4bdbe.zip
Fix typo.
Guenther (This used to be commit b95801db595109e8eade7cf7c344f281c8684249)
-rw-r--r--source3/libnet/libnet_join.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/libnet/libnet_join.c b/source3/libnet/libnet_join.c
index 68434bd391..b1ebed3e15 100644
--- a/source3/libnet/libnet_join.c
+++ b/source3/libnet/libnet_join.c
@@ -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;
}