mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-31 20:02:42 +00:00
Remove a redundant null pointer check
Originally committed as revision 22679 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
30af077942
commit
60f198a774
@ -143,9 +143,6 @@ static void choose_qop(char *qop, int size)
|
|||||||
void ff_http_auth_handle_header(HTTPAuthState *state, const char *key,
|
void ff_http_auth_handle_header(HTTPAuthState *state, const char *key,
|
||||||
const char *value)
|
const char *value)
|
||||||
{
|
{
|
||||||
if (!state)
|
|
||||||
return;
|
|
||||||
|
|
||||||
if (!strcmp(key, "WWW-Authenticate")) {
|
if (!strcmp(key, "WWW-Authenticate")) {
|
||||||
const char *p;
|
const char *p;
|
||||||
if (av_stristart(value, "Basic ", &p) &&
|
if (av_stristart(value, "Basic ", &p) &&
|
||||||
|
Loading…
Reference in New Issue
Block a user