(main): Fail in case of not being able to connect.
This commit is contained in:
parent
69157c9960
commit
45ce457074
2 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -1519,6 +1519,8 @@ main (argc, argv)
|
|||
}
|
||||
else
|
||||
fail ();
|
||||
else
|
||||
fail ();
|
||||
|
||||
cwd = get_current_dir_name ();
|
||||
if (cwd == 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue