git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ee4993
)
extern fstring global_myworkgroup should be a pstring
author
Luke Leighton
<lkcl@samba.org>
Thu, 22 Oct 1998 17:26:44 +0000
(17:26 +0000)
committer
Luke 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
patch
|
blob
|
history
diff --git
a/source3/smbd/ipc.c
b/source3/smbd/ipc.c
index 112a79b5ca852db7ab9ce55c6b443882af8e1461..d359bc3500064623fe9cae2dd083e0f2abd901f1 100644
(file)
--- a/
source3/smbd/ipc.c
+++ b/
source3/smbd/ipc.c
@@
-37,8
+37,8
@@
extern int DEBUGLEVEL;
extern int max_send;
-extern
f
string local_machine;
-extern
f
string global_myworkgroup;
+extern
p
string local_machine;
+extern
p
string global_myworkgroup;
#define NERR_Success 0
#define NERR_badpass 86