Compile errors for woth-restconf=fcgi. Added CI for compiling fcgi
This commit is contained in:
parent
2b6bd4fb5c
commit
512d085f38
5 changed files with 27 additions and 5 deletions
|
|
@ -213,7 +213,7 @@ restconf_stream_cb(int s,
|
|||
|
||||
clicon_debug(1, "%s", __FUNCTION__);
|
||||
/* get msg (this is the reason this function is called) */
|
||||
if (clicon_msg_rcv(s, 0, &reply, &eof) < 0){
|
||||
if (clicon_msg_rcv(s, NULL, 0, &reply, &eof) < 0){
|
||||
clicon_debug(1, "%s msg_rcv error", __FUNCTION__);
|
||||
goto done;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue