summaryrefslogtreecommitdiff
path: root/source3/smbd/password.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2001-08-17 07:03:27 +0000
committerAndrew Bartlett <abartlet@samba.org>2001-08-17 07:03:27 +0000
commit578a39d44f532a211169a7635043e2dfc18b3c65 (patch)
tree53c7f73f4e6a973147445a39b0fb93aa8497a66b /source3/smbd/password.c
parenta0171765ff080ea0510f8c4475348e6b33044b9b (diff)
downloadsamba-578a39d44f532a211169a7635043e2dfc18b3c65.tar.gz
samba-578a39d44f532a211169a7635043e2dfc18b3c65.tar.bz2
samba-578a39d44f532a211169a7635043e2dfc18b3c65.zip
smbd/auth_server: Doco, we want to use cli_nt_error here soon
smbd/password.c: We don't use globals here anymore smbd/reply.c: Tidyness, global_myworkgroup must die! smbd/service.c: Move some of the make_connection code into a helper function. (This used to be commit 15c87e404fcaff9e360a40b8b673938c6e611daf)
Diffstat (limited to 'source3/smbd/password.c')
-rw-r--r--source3/smbd/password.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/smbd/password.c b/source3/smbd/password.c
index bbdd0c3bf5..51df7a95a2 100644
--- a/source3/smbd/password.c
+++ b/source3/smbd/password.c
@@ -28,9 +28,6 @@ extern struct in_addr ipzero;
/* users from session setup */
static pstring session_users="";
-extern pstring global_myname;
-extern fstring global_myworkgroup;
-
/* this holds info on user ids that are already validated for this VC */
static user_struct *validated_users;
static int next_vuid = VUID_OFFSET;