summaryrefslogtreecommitdiff
path: root/source3/utils/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/utils/net.h')
-rw-r--r--source3/utils/net.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/utils/net.h b/source3/utils/net.h
index bdc4a08868..e912efe09e 100644
--- a/source3/utils/net.h
+++ b/source3/utils/net.h
@@ -26,13 +26,13 @@
For example, localhost is insane for a 'join' operation.
*/
-#define NET_FLAGS_LOCALHOST_DEFAULT_INSANE 3
+#define NET_FLAGS_LOCALHOST_DEFAULT_INSANE 4
/* We want to find the PDC only */
-#define NET_FLAGS_PDC 4
+#define NET_FLAGS_PDC 8
/* We want an anonymous connection */
-#define NET_FLAGS_ANONYMOUS 5
+#define NET_FLAGS_ANONYMOUS 16
extern int opt_maxusers;