]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - client_common.c
net.c: Cosmetics.
[paraslash.git] / client_common.c
index 9574c36f1f22cabbaa0f090fce9682dbd16ea3f7..4266ddb2af101999fcd885efbd32e4d7db663d14 100644 (file)
@@ -97,7 +97,7 @@ static int client_connect(struct private_client_data *pcd)
        if (ret < 0)
                goto err_out;
        pcd->status = CL_CONNECTED;
-       ret = mark_fd_nonblock(pcd->fd);
+       ret = mark_fd_nonblocking(pcd->fd);
        if (ret < 0)
                goto err_out;
        pcd->task.pre_select = client_pre_select;