modified to hush compiler warnings

This commit is contained in:
Daniel Stenberg 2006-01-03 12:18:22 +00:00
parent b6e9229cf0
commit 687cf0235e
1 changed files with 2 additions and 2 deletions

View File

@ -520,10 +520,10 @@ static int send_doc(int sock, struct httprequest *req)
written = swrite(sock, STREAMTHIS, count);
if(written != (int)count) {
logmsg("Stopped streaming");
return -1;
}
}
break;
}
}
return -1;
case RCMD_IDLE:
/* Do nothing. Sit idle. Pretend it rains. */
return 0;