From cf90455854b2ad71a0b5aca2fcba84113ec1452a Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 5 Dec 2001 03:14:35 +0000 Subject: Add a new flag for anonymous connections (This used to be commit 5a96391c75fd13b2fc385aa571244b82bc4736d0) --- source3/utils/net.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/utils/net.h') 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; -- cgit