summaryrefslogtreecommitdiffstats
path: root/source/smbd/ipc.c
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-10-22 17:26:44 +0000
committerLuke Leighton <lkcl@samba.org>1998-10-22 17:26:44 +0000
commit89f6e05ce4cc21fd2e3c0e416e49383f7b56d1ea (patch)
tree11299baef471c4b63d6a2e434880f7a0f74b7f42 /source/smbd/ipc.c
parentd891421d16ff80998dee429227bd391455f9d1a1 (diff)
downloadsamba-89f6e05ce4cc21fd2e3c0e416e49383f7b56d1ea.tar.gz
samba-89f6e05ce4cc21fd2e3c0e416e49383f7b56d1ea.tar.xz
samba-89f6e05ce4cc21fd2e3c0e416e49383f7b56d1ea.zip
extern fstring global_myworkgroup should be a pstring
Diffstat (limited to 'source/smbd/ipc.c')
-rw-r--r--source/smbd/ipc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/smbd/ipc.c b/source/smbd/ipc.c
index 112a79b5ca8..d359bc35000 100644
--- a/source/smbd/ipc.c
+++ b/source/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