summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/dhtd.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/dhtd.hs b/examples/dhtd.hs
index 9b5abb22..db56ec24 100644
--- a/examples/dhtd.hs
+++ b/examples/dhtd.hs
@@ -455,6 +455,7 @@ clientSession s@Session{..} sock cnum h = do
455 hPutClient h $ "error." 455 hPutClient h $ "error."
456 456
457 ("stop", _) -> do hPutClient h "Terminating DHT Daemon." 457 ("stop", _) -> do hPutClient h "Terminating DHT Daemon."
458 mapM_ (saveNodes netname) dhts
458 hCloseClient h 459 hCloseClient h
459 signalQuit 460 signalQuit
460 461