summaryrefslogtreecommitdiff
path: root/source3/utils/net.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-06-05 18:40:26 +0200
committerGünther Deschner <gd@samba.org>2008-06-05 18:49:21 +0200
commit20ec11ac2885a78b0ce71c72962aa6bca101897a (patch)
tree2f8b333006a0d191b147114974858bc4c709340b /source3/utils/net.h
parenta0d5033e8c2192f0e0efde285a24ad9a28d64c70 (diff)
downloadsamba-20ec11ac2885a78b0ce71c72962aa6bca101897a.tar.gz
samba-20ec11ac2885a78b0ce71c72962aa6bca101897a.tar.bz2
samba-20ec11ac2885a78b0ce71c72962aa6bca101897a.zip
net: fix debuglevel handling.
Kai, that one actually needs to stay a global external variable in order to support debuglevel definition only on the commandline for net. Guenther (This used to be commit f6ba7333ab31332198b59651b4252cb3f897b6aa)
Diffstat (limited to 'source3/utils/net.h')
-rw-r--r--source3/utils/net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/utils/net.h b/source3/utils/net.h
index f40222ed71..80024bd958 100644
--- a/source3/utils/net.h
+++ b/source3/utils/net.h
@@ -106,7 +106,6 @@ struct net_context {
bool smb_encrypt;
struct libnetapi_ctx *netapi_ctx;
- bool AllowDebugChange;
const char *share_type[];
};