|
@@ -312,7 +312,7 @@ void parse_identityinfo(char *buffer, char *end, struct identityinfo_body *ii_b)
|
|
parseerror:
|
|
parseerror:
|
|
if(p<end) {
|
|
if(p<end) {
|
|
LM_ERR("unexpected char [%c] in status %d: <<%.*s>> .\n",
|
|
LM_ERR("unexpected char [%c] in status %d: <<%.*s>> .\n",
|
|
- *p, status, (int)(p-buffer), ZSW(p));
|
|
|
|
|
|
+ *p, status, (int)(p-buffer), buffer);
|
|
} else {
|
|
} else {
|
|
LM_ERR("unexpected end of buffer - status %d\n", status);
|
|
LM_ERR("unexpected end of buffer - status %d\n", status);
|
|
}
|
|
}
|