]> the.earth.li Git - onak.git/commitdiff
Cleanup logging in sixdegrees.c
authorJonathan McDowell <noodles@earth.li>
Sat, 25 Sep 2004 09:05:56 +0000 (09:05 +0000)
committerJonathan McDowell <noodles@earth.li>
Sat, 25 Sep 2004 09:05:56 +0000 (09:05 +0000)
When we've finished in sixdegrees, remember to shut the logging
infrastructure down.

sixdegrees.c

index b78397f1682275c3a7dac19c8d64cbc0d0080a2a..d7d650f3c1260f3265a941852560f29e4225cadf 100644 (file)
@@ -132,6 +132,7 @@ int main(int argc, char *argv[])
        sixdegrees(getfullkeyid(keyid));
        destroyhash();
        cleanupdb();
+       cleanuplogthing();
        cleanupconfig();
 
        return 0;