]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/afp_dsi.c
afpd: distribute SIGHUP from parent afpd to children and force share reload
[netatalk.git] / etc / afpd / afp_dsi.c
index 9575bebb3a90dc5e3ebd45eac56f224fbe1af893..e3823de594b7d3f651d203e979df400a496644ae 100644 (file)
@@ -547,7 +547,7 @@ void afp_over_dsi(AFPObj *obj)
 
         if (reload_request) {
             reload_request = 0;
-            load_volumes(AFPobj, lv_none);
+            load_volumes(AFPobj, lv_force);
         }
 
         /* The first SIGINT enables debugging, the next restores the config */