summaryrefslogtreecommitdiff
path: root/source3/utils/net.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2001-12-05 03:14:35 +0000
committerAndrew Bartlett <abartlet@samba.org>2001-12-05 03:14:35 +0000
commitcf90455854b2ad71a0b5aca2fcba84113ec1452a (patch)
tree53e3640e30360692b3dedbea9a456d22467eafd0 /source3/utils/net.h
parentf98d753b2f5bb6c30cd6fafc4869378a8b8eaf96 (diff)
downloadsamba-cf90455854b2ad71a0b5aca2fcba84113ec1452a.tar.gz
samba-cf90455854b2ad71a0b5aca2fcba84113ec1452a.tar.bz2
samba-cf90455854b2ad71a0b5aca2fcba84113ec1452a.zip
Add a new flag for anonymous connections
(This used to be commit 5a96391c75fd13b2fc385aa571244b82bc4736d0)
Diffstat (limited to 'source3/utils/net.h')
-rw-r--r--source3/utils/net.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/utils/net.h b/source3/utils/net.h
index a3905d8a58..bdc4a08868 100644
--- a/source3/utils/net.h
+++ b/source3/utils/net.h
@@ -31,6 +31,9 @@
/* We want to find the PDC only */
#define NET_FLAGS_PDC 4
+/* We want an anonymous connection */
+#define NET_FLAGS_ANONYMOUS 5
+
extern int opt_maxusers;
extern char *opt_comment;