From 275a9f4ef74747970b0bd16b1cf1943812080343 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 4 Dec 2001 04:48:01 +0000 Subject: Some changes to the name resolution code in 'net' to allow us to find a PDC, as well as changes for correctness as per tridge. Andrew Bartlett (This used to be commit 16d302c5cc0da93a58e0ce10843f9c8d8062c689) --- source3/utils/net.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source3/utils/net.h') diff --git a/source3/utils/net.h b/source3/utils/net.h index 689b9cd76b..a3905d8a58 100644 --- a/source3/utils/net.h +++ b/source3/utils/net.h @@ -28,9 +28,15 @@ */ #define NET_FLAGS_LOCALHOST_DEFAULT_INSANE 3 +/* We want to find the PDC only */ +#define NET_FLAGS_PDC 4 + extern int opt_maxusers; extern char *opt_comment; extern int opt_flags; +extern char *opt_comment; + +extern char *opt_target_workgroup; extern int opt_long_list_entries; -- cgit