From 6b921d1d2175f3b6267cb6e89b463cff852880cc Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 14 May 2004 05:41:21 +0000 Subject: r719: Follow the trend - remove more unused functions. Andrew Bartlett (This used to be commit 62eef851fd79b2739b93b4ed7829514a3dcbf1d0) --- source4/auth/auth.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source4/auth/auth.c') diff --git a/source4/auth/auth.c b/source4/auth/auth.c index 83446721e6..5016292e39 100644 --- a/source4/auth/auth.c +++ b/source4/auth/auth.c @@ -133,9 +133,6 @@ static BOOL check_domain_match(const char *user, const char *domain) * Check a user's password, as given in the user_info struct and return various * interesting details in the server_info struct. * - * This function does NOT need to be in a become_root()/unbecome_root() pair - * as it makes the calls itself when needed. - * * The return value takes precedence over the contents of the server_info * struct. When the return is other than NT_STATUS_OK the contents * of that structure is undefined. -- cgit