From 1c753388d3b9a659272b6b04e0c365eb821b6c73 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Thu, 22 Oct 1998 17:26:44 +0000 Subject: extern fstring global_myworkgroup should be a pstring (This used to be commit 89f6e05ce4cc21fd2e3c0e416e49383f7b56d1ea) --- source3/smbd/ipc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/smbd') 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 -- cgit