]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Don't skip first char
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 13 Mar 2019 08:57:05 +0000 (16:57 +0800)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 13 Mar 2019 08:57:05 +0000 (16:57 +0800)
src/modules/rlm_rest/rest.c

index 6cc9ac26cc146a799044a99f5cae88083f0903a2..43f17afce1c97cce0913e5dd2507c4c7b8454f57 100644 (file)
@@ -1705,7 +1705,7 @@ static int rest_debug_log(UNUSED CURL *candle, curl_infotype type, char *data, s
                                RDEBUG3("%s header: %pV",
                                        verb, fr_box_strvalue_len(p, q - p));
                        }
-                       p = q + 1;
+                       p = q;
                }
                break;