aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-20 18:03:24 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-20 18:03:24 +0000
commitddfe54e276e03c6db673d4972782d75985059d14 (patch)
treeade12683030450eab0bf52dfdea440c27b43e290
parent69a1a8ff24d519bce02d46ed06e9f11acf418b67 (diff)
This is just step 1 in taking over the world.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40663 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--channels/chan_skinny.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/chan_skinny.c b/channels/chan_skinny.c
index 7c3d59e76..3edd4463f 100644
--- a/channels/chan_skinny.c
+++ b/channels/chan_skinny.c
@@ -1705,7 +1705,7 @@ static int skinny_reset_device(int fd, int argc, char *argv[])
static char *device2str(int type)
{
- static char *tmp;
+ char *tmp;
switch (type) {
case SKINNY_DEVICE_NONE:
@@ -2478,7 +2478,7 @@ static int skinny_senddigit(struct ast_channel *ast, char digit)
}
static char *control2str(int ind) {
- static char *tmp;
+ char *tmp;
switch (ind) {
case AST_CONTROL_HANGUP: