diff options
author | Michael Adam <obnox@samba.org> | 2009-12-22 13:17:19 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-12-23 00:27:32 +0100 |
commit | 2c14f89bfc8c599efe06da55792d3606de065a6d (patch) | |
tree | 051897377bc2655373529d788b4d87652df47088 /src/main.h | |
parent | 210e82d08dcb1a8526edaeebe5064e68fc55a2ee (diff) |
main: remove global bool processed_config_file.
This seemed out of place. Now the information is
stored in the correct places (as log.c:logging_initialized).
This way, we will be able to cleanly re-initialize
logging during config reload (SIGHUP) in subsequent
commits.
Michael
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -31,7 +31,6 @@ /* Global Structures used in the program */ extern struct config_s config; extern unsigned int received_sighup; /* boolean */ -extern unsigned int processed_config_file; /* boolean */ extern int reload_config (void); |