mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-14 20:33:48 +00:00
Fixed problem with missing boundary in POST request
SVN revision: 2175
This commit is contained in:
parent
0773a09002
commit
6e57b305f4
@ -26594,6 +26594,11 @@ void decode_post(char *logbook, LOGBOOK * lbs, const char *string, const char *b
|
|||||||
if (setparam(item, str) == 0)
|
if (setparam(item, str) == 0)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
strlcpy(str, p, sizeof(str));
|
||||||
|
if (setparam(item, str) == 0)
|
||||||
|
return;
|
||||||
|
string = p + strlen(p);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user