diff options
author | Samba Release Account <samba-bugs@samba.org> | 1997-06-06 16:14:17 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1997-06-06 16:14:17 +0000 |
commit | 548196362bf5f81de823a075e86bb9ac10e6b14b (patch) | |
tree | 521c4c6b00a0f19ba3c8248a9648b5e92b4c2436 /source3/include/proto.h | |
parent | 3f067df49514c821eec5e9be132e6bd42c268506 (diff) | |
download | samba-548196362bf5f81de823a075e86bb9ac10e6b14b.tar.gz samba-548196362bf5f81de823a075e86bb9ac10e6b14b.tar.bz2 samba-548196362bf5f81de823a075e86bb9ac10e6b14b.zip |
loadparm.c: Made explicit max packet now ignored.
namedbwork.c: Don't announce potential browser if local master = False.
nameelect.c: Raise debug level of comment to 2.
proto.h: Added reset_globals_after_fork().
server.c: Call reset_globals_after_fork() after forking child.
util.c: Added reset_globals_after_fork() - should stop problems
with % substitutions in children.
(This used to be commit 77be0f710cc96441d966ab7b026a0d591b01ffb0)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 2b30b7174e..66e626487e 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -929,6 +929,7 @@ int interpret_security(char *str,int def); uint32 interpret_addr(char *str); struct in_addr *interpret_addr2(char *str); BOOL zero_ip(struct in_addr ip); +void reset_globals_after_fork(); char *client_name(void); char *client_addr(void); void standard_sub_basic(char *s); |