Cleanup socket

This commit is contained in:
Nicolas Viennot 2016-03-27 10:39:19 -04:00
parent 1ade196fb2
commit 78305a7077

View File

@ -213,6 +213,9 @@ server_start(struct event_base *base, int lockfd, char *lockfile)
proc_loop(server_proc, server_loop);
status_prompt_save_history();
#ifdef TMATE
unlink(socket_path);
#endif
exit(0);
}