diff src/master/main.c @ 1223:52e0830ade13 HEAD

Added setting mail_drop_priv_before_exec.
author Timo Sirainen <tss@iki.fi>
date Fri, 21 Feb 2003 15:02:16 +0200
parents 5e9430a39611
children 4e438a5c00d3
line wrap: on
line diff
--- a/src/master/main.c	Fri Feb 21 15:01:55 2003 +0200
+++ b/src/master/main.c	Fri Feb 21 15:02:16 2003 +0200
@@ -78,11 +78,11 @@
 {
 	i_warning("SIGHUP received - reloading configuration");
 
-	master_settings_read(configfile);
-
 	/* restart auth and login processes */
         login_processes_destroy_all();
         auth_processes_destroy_all();
+
+	master_settings_read(configfile);
 }
 
 static const char *get_exit_status_message(enum fatal_exit_status status)