Add a new flag for anonymous connections
authorAndrew Bartlett <abartlet@samba.org>
Wed, 5 Dec 2001 03:14:35 +0000 (03:14 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 5 Dec 2001 03:14:35 +0000 (03:14 +0000)
source/utils/net.h

index a3905d8a58f1377ae2876ade636a85b7b456439e..bdc4a088682358a5b3b4c5049c0e03c1f114bd47 100644 (file)
@@ -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;