extern fstring global_myworkgroup should be a pstring
authorLuke Leighton <lkcl@samba.org>
Thu, 22 Oct 1998 17:26:44 +0000 (17:26 +0000)
committerLuke Leighton <lkcl@samba.org>
Thu, 22 Oct 1998 17:26:44 +0000 (17:26 +0000)
(This used to be commit 89f6e05ce4cc21fd2e3c0e416e49383f7b56d1ea)

source3/smbd/ipc.c

index 112a79b5ca852db7ab9ce55c6b443882af8e1461..d359bc3500064623fe9cae2dd083e0f2abd901f1 100644 (file)
@@ -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