aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/channel.c b/main/channel.c
index 069d8b5e5..8490bbc2b 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -777,7 +777,7 @@ __ast_channel_alloc_ap(int needqueue, int state, const char *cid_num, const char
int x;
int flags;
struct varshead *headp;
- char *tech;
+ char *tech = "";
/* If shutting down, don't allocate any new channels */
if (shutting_down) {