diff options
Diffstat (limited to 'source3/smbd/map_username.c')
-rw-r--r-- | source3/smbd/map_username.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/smbd/map_username.c b/source3/smbd/map_username.c index 9b24d8fa4e..3b3a6b13a4 100644 --- a/source3/smbd/map_username.c +++ b/source3/smbd/map_username.c @@ -20,7 +20,6 @@ */ #include "includes.h" -#include "smbd/globals.h" /******************************************************************* Map a username from a dos name to a unix name by looking in the username @@ -33,6 +32,9 @@ Returns True if username was changed, false otherwise. ********************************************************************/ +static char *last_from = NULL; +static char *last_to = NULL; + static const char *get_last_from(void) { if (!last_from) { |