diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-06-07 09:08:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:36 -0500 |
commit | 0d9e31cf16d3d96b636e6d2fb4d89df81f9b8592 (patch) | |
tree | 092079f3971cfc9938a3e98b3409dc960a376798 /source4/auth/auth_server.c | |
parent | e585df7c5843d7c89ae1baccecbf47b59024e629 (diff) | |
download | samba-0d9e31cf16d3d96b636e6d2fb4d89df81f9b8592.tar.gz samba-0d9e31cf16d3d96b636e6d2fb4d89df81f9b8592.tar.xz samba-0d9e31cf16d3d96b636e6d2fb4d89df81f9b8592.zip |
r1063: userdom_struct dies!
(Cleanup unused header definitions)
Andrew Bartlett
(This used to be commit 5941873f558c2af6ab5ef64e468acc8fab96ac01)
Diffstat (limited to 'source4/auth/auth_server.c')
-rw-r--r-- | source4/auth/auth_server.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/auth/auth_server.c b/source4/auth/auth_server.c index 076fa8e70e..f98825e04b 100644 --- a/source4/auth/auth_server.c +++ b/source4/auth/auth_server.c @@ -24,8 +24,6 @@ #undef DBGC_CLASS #define DBGC_CLASS DBGC_AUTH -extern userdom_struct current_user_info; - /**************************************************************************** Support for server level security. ****************************************************************************/ @@ -49,7 +47,6 @@ static struct cli_state *server_cryptkey(TALLOC_CTX *mem_ctx) p = pserver; while(next_token( &p, desthost, LIST_SEP, sizeof(desthost))) { - standard_sub_basic(current_user_info.smb_name, desthost, sizeof(desthost)); strupper(desthost); if(!resolve_name( desthost, &dest_ip, 0x20)) { |