mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
Fix indentation
This commit is contained in:
parent
ef5579c212
commit
4476fbbad9
2 changed files with 4 additions and 4 deletions
|
|
@ -159,11 +159,11 @@ static void server_setup_fill_server(SERVER_CONNECT_REC *conn,
|
|||
|
||||
sserver->last_connect = time(NULL);
|
||||
|
||||
if (sserver->no_proxy)
|
||||
if (sserver->no_proxy)
|
||||
g_free_and_null(conn->proxy);
|
||||
|
||||
if (sserver->family != 0 && conn->family == 0)
|
||||
conn->family = sserver->family;
|
||||
conn->family = sserver->family;
|
||||
if (sserver->port > 0 && conn->port <= 0)
|
||||
conn->port = sserver->port;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue