git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32046 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Matt O'Gorman
2006-06-04 17:00:59 +00:00
parent 24ed170273
commit 4e9549c361

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, "/");