projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24ed170
)
oops
author
Matt O'Gorman
<mogorman@digium.com>
Sun, 4 Jun 2006 17:00:59 +0000
(17:00 +0000)
committer
Matt O'Gorman
<mogorman@digium.com>
Sun, 4 Jun 2006 17:00:59 +0000
(17:00 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32046
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
res/res_jabber.c
patch
|
blob
|
history
diff --git
a/res/res_jabber.c
b/res/res_jabber.c
index
52b7c1d
..
1dcce5d
100644
(file)
--- a/
res/res_jabber.c
+++ b/
res/res_jabber.c
@@
-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, "/");