summaryrefslogtreecommitdiff
path: root/netsvcs
diff options
context:
space:
mode:
Diffstat (limited to 'netsvcs')
-rw-r--r--netsvcs/clients/Naming/Dump_Restore/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/netsvcs/clients/Naming/Dump_Restore/main.cpp b/netsvcs/clients/Naming/Dump_Restore/main.cpp
index 2d8388918df..52b17884573 100644
--- a/netsvcs/clients/Naming/Dump_Restore/main.cpp
+++ b/netsvcs/clients/Naming/Dump_Restore/main.cpp
@@ -17,6 +17,7 @@ main (int argc, char *argv[])
for (;;)
daemon.run_reactor_event_loop ();
+ /* NOTREACHED */
ACE_DEBUG ((LM_DEBUG, "leaving main\n"));
return 0;
}