mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
elinks -remote 'ping' says:
ELinks: No remote session to connect to. but should say: ELinks: No running ELinks found.
This commit is contained in:
parent
4bf3e2693b
commit
c9ce4260e5
@ -234,16 +234,15 @@ remote_cmd(struct option *o, unsigned char ***argv, int *argc)
|
|||||||
skip_space(arg);
|
skip_space(arg);
|
||||||
|
|
||||||
argend = strchr(arg, ')');
|
argend = strchr(arg, ')');
|
||||||
}
|
|
||||||
|
|
||||||
if (!argend) {
|
if (!argend) {
|
||||||
/* Just open any passed URLs in new tabs */
|
/* Just open any passed URLs in new tabs */
|
||||||
remote_session_flags |= SES_REMOTE_NEW_TAB;
|
remote_session_flags |= SES_REMOTE_NEW_TAB;
|
||||||
return NULL;
|
return NULL;
|
||||||
|
}
|
||||||
|
skipback_whitespace(arg, argend);
|
||||||
}
|
}
|
||||||
|
|
||||||
skipback_whitespace(arg, argend);
|
|
||||||
|
|
||||||
for (method = 0; remote_methods[method].name; method++) {
|
for (method = 0; remote_methods[method].name; method++) {
|
||||||
unsigned char *name = remote_methods[method].name;
|
unsigned char *name = remote_methods[method].name;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user