mirror of https://github.com/martanne/abduco
Update abduco.c
This commit is contained in:
parent
b630101c3c
commit
ffce2ff30b
4
abduco.c
4
abduco.c
|
|
@ -704,6 +704,10 @@ int main(int argc, char *argv[]) {
|
|||
if (!attach_session(server.session_name, true))
|
||||
die("attach-session");
|
||||
break;
|
||||
case 'm':
|
||||
if (!attach_session(server.session_name, true))
|
||||
die("attach-session");
|
||||
break;
|
||||
case 'A':
|
||||
if (session_alive(server.session_name)) {
|
||||
if (!attach_session(server.session_name, true))
|
||||
|
|
|
|||
Loading…
Reference in New Issue