diff options
author | Tim Potter <tpot@samba.org> | 2000-10-06 04:36:05 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2000-10-06 04:36:05 +0000 |
commit | 08657e539e4cd4105057a9c12db30dbe4bbfcb1d (patch) | |
tree | 71bad74330c19af494d28a53470a29c7dde0f324 | |
parent | 14a8906e8ca491f3c7aa413daab1eaff29dad576 (diff) | |
download | samba-08657e539e4cd4105057a9c12db30dbe4bbfcb1d.tar.gz samba-08657e539e4cd4105057a9c12db30dbe4bbfcb1d.tar.bz2 samba-08657e539e4cd4105057a9c12db30dbe4bbfcb1d.zip |
global_myname is actually a pstring.
(This used to be commit e451fd346105d5d34354ff9141d445b5f1a82e0a)
-rw-r--r-- | source3/smbd/lanman.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/lanman.c b/source3/smbd/lanman.c index 54bfa3155b..dafbe2258f 100644 --- a/source3/smbd/lanman.c +++ b/source3/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 |