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:
ae11431
)
Initialize new variable to NULL
author
Terry Wilson
<twilson@digium.com>
Tue, 8 Jan 2008 21:56:57 +0000
(21:56 +0000)
committer
Terry Wilson
<twilson@digium.com>
Tue, 8 Jan 2008 21:56:57 +0000
(21:56 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@97248
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_queue.c
patch
|
blob
|
history
diff --git
a/apps/app_queue.c
b/apps/app_queue.c
index
8e35d7d
..
fc3b7e3
100644
(file)
--- a/
apps/app_queue.c
+++ b/
apps/app_queue.c
@@
-5557,7
+5557,7
@@
static int manager_queue_member_penalty(struct mansession *s, const struct messa
static char *handle_queue_add_member(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)
{
- char *queuename, *interface, *membername = NULL, *state_interface;
+ char *queuename, *interface, *membername = NULL, *state_interface = NULL;
int penalty;
switch ( cmd ) {