Networker: remove unneeded assignment
authorWilfried Goesgens <dothebart@citadel.org>
Fri, 25 May 2012 12:47:39 +0000 (14:47 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Fri, 25 May 2012 12:47:39 +0000 (14:47 +0200)
citadel/modules/network/serv_netconfig.c

index 4f5eac42194a6c97f9f36791640262cd807c5719..3902c0eb3ab8919934b104e85b1d774bce9fc001 100644 (file)
@@ -165,7 +165,6 @@ void write_network_map(NetMap *the_netmap, int netmap_changed) {
                free(the_netmap);
                the_netmap = nmptr;
        }
-       netmap_changed = 0;
 }