proxy: Fix the return value of a function to match the comment

This commit is contained in:
nick
2013-02-25 15:53:19 +00:00
parent 78299de299
commit e659a78855

View File

@@ -316,7 +316,7 @@ int proxy_run_request_upstream( struct proxier* proxy )
}
proxy->rsp_buf_size = rsp_buf_size;
return rsp_buf_size;
return 1;
}
/* Write an NBD reply back downstream. Return 0 on failure, 1 on success. */