X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=client_common.c;h=4266ddb2af101999fcd885efbd32e4d7db663d14;hb=08cc60bc4175d75603ce3a452743890cfb298d52;hp=9574c36f1f22cabbaa0f090fce9682dbd16ea3f7;hpb=7e58bd75a29d2d4e1d184191c2500b6aa7a7ad8a;p=paraslash.git diff --git a/client_common.c b/client_common.c index 9574c36f..4266ddb2 100644 --- a/client_common.c +++ b/client_common.c @@ -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;