(main): Fail in case of not being able to connect.

This commit is contained in:
Dan Nicolaescu 2008-12-10 15:24:22 +00:00
parent 69157c9960
commit 45ce457074
2 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,7 @@
WINDOWSNT.
(print_help_and_exit): Replace EMACS_DAEMON with WINDOWSNT.
(start_daemon_and_retry_set_socket): Likewise.
(main): Fail in case of not being able to connect.
2008-12-10 Juanma Barranquero <lekktu@gmail.com>

View file

@ -1519,6 +1519,8 @@ main (argc, argv)
}
else
fail ();
else
fail ();
cwd = get_current_dir_name ();
if (cwd == 0)