mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-29 13:43:07 +00:00
Thu May 22 10:38:43 EDT 2008 Pekka.Pessi@nokia.com
* auth_client.c: fixed klocwork issues git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8638 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
2caded0dec
commit
47d689784d
@ -1 +1 @@
|
|||||||
Sun May 25 11:21:50 EDT 2008
|
Sun May 25 11:22:40 EDT 2008
|
||||||
|
@ -728,6 +728,9 @@ int auc_basic_authorization(auth_client_t *ca,
|
|||||||
else
|
else
|
||||||
basic = malloc(basiclen + 1);
|
basic = malloc(basiclen + 1);
|
||||||
|
|
||||||
|
if (basic == NULL)
|
||||||
|
return -1;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Basic authentication consists of username and password separated by
|
* Basic authentication consists of username and password separated by
|
||||||
* colon and then base64 encoded.
|
* colon and then base64 encoded.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user