summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-10-06 04:36:05 +0000
committerTim Potter <tpot@samba.org>2000-10-06 04:36:05 +0000
commite451fd346105d5d34354ff9141d445b5f1a82e0a (patch)
tree348608799f6b58299c20333b3e43baf08ae05f30 /source
parent0811d080abd374f47c7c3c8a1ef007e443e5b79c (diff)
downloadsamba-e451fd346105d5d34354ff9141d445b5f1a82e0a.tar.gz
samba-e451fd346105d5d34354ff9141d445b5f1a82e0a.tar.xz
samba-e451fd346105d5d34354ff9141d445b5f1a82e0a.zip
global_myname is actually a pstring.
Diffstat (limited to 'source')
-rw-r--r--source/smbd/lanman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/lanman.c b/source/smbd/lanman.c
index 54bfa3155b7..dafbe2258f9 100644
--- a/source/smbd/lanman.c
+++ b/source/smbd/lanman.c
@@ -37,7 +37,7 @@
extern int DEBUGLEVEL;
extern fstring local_machine;
-extern fstring global_myname;
+extern pstring global_myname;
extern fstring global_myworkgroup;
#define NERR_Success 0