diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/utils/net.h | 3 |
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; |