Added http support for evhtp (not only https)
This commit is contained in:
parent
7ad07e1915
commit
9c82e97072
9 changed files with 184 additions and 79 deletions
|
|
@ -293,7 +293,7 @@ text_read_modstate(clicon_handle h,
|
|||
continue;
|
||||
if ((srev = xml_find_body(xs, "revision")) == NULL)
|
||||
continue;
|
||||
if (strcmp(frev, srev)!=0){
|
||||
if (strcmp(frev, srev) != 0){
|
||||
/* 3c) File module-state does not match system */
|
||||
if ((xf2 = xml_dup(xf)) == NULL)
|
||||
goto done;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue