1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Re-arrange.

This commit is contained in:
Miciah Dashiel Butler Masters 2005-10-30 04:16:19 +00:00 committed by Miciah Dashiel Butler Masters
parent 00b12197a5
commit a7e0fa38cc

View File

@ -392,7 +392,8 @@ bind_to_af_unix(void)
if (errno != EADDRINUSE)
report_af_unix_error("bind()", errno);
if (++attempts > MAX_BIND_TRIES)
++attempts;
if (attempts > MAX_BIND_TRIES)
goto free_and_error;
elinks_usleep(BIND_TRIES_DELAY * attempts);