This repository was archived by the owner on Jun 27, 2019. It is now read-only.
Commit 84ecbbf
Flavio Ceolin
flow:http:server: Fix wrong comparation
sol_http_param_add() returns a boolean false in case of error. It was
comparing with an integer < 0.
Signed-off-by: Flavio Ceolin <[email protected]>1 parent 49b268e commit 84ecbbf
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
300 | | - | |
301 | | - | |
| 299 | + | |
| 300 | + | |
302 | 301 | | |
| 302 | + | |
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| |||
0 commit comments