diff options
-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 |