Skip to content
Snippets Groups Projects
Commit 687cf023 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

modified to hush compiler warnings

parent b6e9229c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
break;
return -1;
case RCMD_IDLE:
/* Do nothing. Sit idle. Pretend it rains. */
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment