mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Label bad was unused without fork.
This commit is contained in:
parent
15ebc25704
commit
a556fba1d2
@ -140,7 +140,7 @@ end1:
|
|||||||
end2:
|
end2:
|
||||||
abort_connection(conn, state);
|
abort_connection(conn, state);
|
||||||
return;
|
return;
|
||||||
#endif
|
|
||||||
bad:
|
bad:
|
||||||
|
#endif
|
||||||
abort_connection(conn, connection_state(S_BAD_URL));
|
abort_connection(conn, connection_state(S_BAD_URL));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user