stomp on seg on logger reload

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1980 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Jeremy McNamara 22 years ago
parent 8a731e502d
commit 5273ddbbdd

@ -125,7 +125,7 @@ static struct logchannel *make_logchannel(char *channel, char *components, int l
chan = malloc(sizeof(struct logchannel));
if (chan) {
memset(chan, 0, sizeof(chan));
memset(chan, 0, sizeof(struct logchannel));
if (!strcasecmp(channel, "console")) {
chan->console = 1;
} else if (!strncasecmp(channel, "syslog", 6)) {

Loading…
Cancel
Save