1
0
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:
witekfl 2012-08-08 22:31:05 +02:00
parent 15ebc25704
commit a556fba1d2

View File

@ -140,7 +140,7 @@ end1:
end2:
abort_connection(conn, state);
return;
#endif
bad:
#endif
abort_connection(conn, connection_state(S_BAD_URL));
}