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 fe4a4addc..a2a2209f4 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -772,7 +772,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) {