summaryrefslogtreecommitdiff
path: root/ot_http.c
diff options
context:
space:
mode:
Diffstat (limited to 'ot_http.c')
-rw-r--r--ot_http.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ot_http.c b/ot_http.c
index b86ffb8..aa4b3b3 100644
--- a/ot_http.c
+++ b/ot_http.c
@@ -239,6 +239,7 @@ static ssize_t http_handle_stats( const int64 client_socket, char *data, char *d
239 HTTPERROR_400_PARAM; 239 HTTPERROR_400_PARAM;
240 break; 240 break;
241 } 241 }
242 break;
242 case 6: 243 case 6:
243 if( byte_diff(data,6,"format")) { 244 if( byte_diff(data,6,"format")) {
244 scan_urlencoded_skipvalue( &c ); 245 scan_urlencoded_skipvalue( &c );