diff options
author | Luke Leighton <lkcl@samba.org> | 1998-10-22 17:26:44 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-10-22 17:26:44 +0000 |
commit | 1c753388d3b9a659272b6b04e0c365eb821b6c73 (patch) | |
tree | ac8cd16f91ee1791ec836fdcc9775828a5acb485 | |
parent | 1ee499385c1ea0b4add82d3d4513ea997d048af1 (diff) | |
download | samba-1c753388d3b9a659272b6b04e0c365eb821b6c73.tar.gz samba-1c753388d3b9a659272b6b04e0c365eb821b6c73.tar.bz2 samba-1c753388d3b9a659272b6b04e0c365eb821b6c73.zip |
extern fstring global_myworkgroup should be a pstring
(This used to be commit 89f6e05ce4cc21fd2e3c0e416e49383f7b56d1ea)
-rw-r--r-- | source3/smbd/ipc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/smbd/ipc.c b/source3/smbd/ipc.c index 112a79b5ca..d359bc3500 100644 --- a/source3/smbd/ipc.c +++ b/source3/smbd/ipc.c @@ -37,8 +37,8 @@ extern int DEBUGLEVEL; extern int max_send; -extern fstring local_machine; -extern fstring global_myworkgroup; +extern pstring local_machine; +extern pstring global_myworkgroup; #define NERR_Success 0 #define NERR_badpass 86 |