]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/afp_config.c
Merge from 2-1
[netatalk.git] / etc / afpd / afp_config.c
index 07fb8d2c27c4dd5b4d2578d53fbc64077ef8abae..cb836b81a7a19e7a760fbc1e77df1bf3cf077bf4 100644 (file)
@@ -96,6 +96,9 @@ void configfree(AFPConfig *configs, const AFPConfig *config)
         }
         free(p);
     }
+
+    /* the master loaded the volumes for zeroconf, get rid of that */
+    unload_volumes_and_extmap();
 }
 
 #ifdef USE_SRVLOC