mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; * lib-src/emacsclient.c (main): Fix previous change.
This commit is contained in:
parent
e09872ccb3
commit
ca0a8b554a
1 changed files with 2 additions and 2 deletions
|
|
@ -2149,9 +2149,9 @@ main (int argc, char **argv)
|
|||
act_on_signals (emacs_socket);
|
||||
rl = recv (emacs_socket, string, BUFSIZ, 0);
|
||||
retry = check_socket_timeout (rl);
|
||||
if (retry)
|
||||
if (retry && !saw_response)
|
||||
{
|
||||
if (timeout > 0 && !saw_response)
|
||||
if (timeout > 0)
|
||||
{
|
||||
/* Don't retry if we were given a --timeout flag. */
|
||||
fprintf (stderr, "\nServer not responding; timed out after %lu seconds",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue