diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-12-10 15:24:22 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-12-10 15:24:22 +0000 |
commit | 45ce4570744ae5934954f695756b0870af57bfa8 (patch) | |
tree | b8f77eddc16800b9a9ab7c329e5ea7bdd859e6f3 /lib-src/emacsclient.c | |
parent | 69157c99605e62661bb2deb653ca7f4042624766 (diff) | |
download | emacs-45ce4570744ae5934954f695756b0870af57bfa8.tar.gz emacs-45ce4570744ae5934954f695756b0870af57bfa8.tar.bz2 emacs-45ce4570744ae5934954f695756b0870af57bfa8.zip |
(main): Fail in case of not being able to connect.
Diffstat (limited to 'lib-src/emacsclient.c')
-rw-r--r-- | lib-src/emacsclient.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 7fbedbce141..56e8b5b9859 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -1519,6 +1519,8 @@ main (argc, argv) } else fail (); + else + fail (); cwd = get_current_dir_name (); if (cwd == 0) |