mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 01:06:00 +00:00
Compare commits
2 Commits
d9f4707d08
...
f16671c4de
Author | SHA1 | Date | |
---|---|---|---|
|
f16671c4de | ||
|
475b64d1c5 |
@ -321,7 +321,7 @@ static abyss_bool user_attributes(const char *user, const char *domain_name,
|
||||
static abyss_bool is_authorized(const TSession * r, const char *command)
|
||||
{
|
||||
char *user = NULL, *domain_name = NULL;
|
||||
char *allowed_commands = NULL;
|
||||
const char *allowed_commands = NULL;
|
||||
char *dp;
|
||||
char *dup = NULL;
|
||||
char *argv[256] = { 0 };
|
||||
@ -922,7 +922,7 @@ abyss_bool handler_hook(TSession * r)
|
||||
if (len > 0) {
|
||||
int succeeded = TRUE;
|
||||
char *qp = qbuf;
|
||||
char *readError;
|
||||
const char *readError;
|
||||
|
||||
do {
|
||||
int blen = r->connP->buffersize - r->connP->bufferpos;
|
||||
|
Loading…
x
Reference in New Issue
Block a user