1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

Add a new flag for anonymous connections

(This used to be commit 5a96391c75fd13b2fc385aa571244b82bc4736d0)
This commit is contained in:
Andrew Bartlett 2001-12-05 03:14:35 +00:00
parent f98d753b2f
commit cf90455854

View 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;