dect
/
asterisk
Archived
13
0
Fork 0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32046 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
mogorman 2006-06-04 17:00:59 +00:00
parent da4994e4b8
commit 61177affb4
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ static int aji_status_exec(struct ast_channel *chan, void *data)
return -1;
}
if(!strchr(screename, '/')) {
if(!strchr(screenname, '/')) {
resource = NULL;
} else {
resource = strsep(&screenname, "/");