s3:smbd: move all globals and static variables in globals.[ch]
[samba.git] / source3 / smbd / map_username.c
index f549f0c9f301dcbecfc98bf7989928092785add6..fde2a3c4d3a1da770d360cfa5ed0736ffdddf7e1 100644 (file)
@@ -20,6 +20,7 @@
 */
 
 #include "includes.h"
+#include "smbd/globals.h"
 
 /*******************************************************************
  Map a username from a dos name to a unix name by looking in the username
@@ -32,8 +33,6 @@
  Returns True if username was changed, false otherwise.
 ********************************************************************/
 
-static char *last_from, *last_to;
-
 static const char *get_last_from(void)
 {
        if (!last_from) {