stomp on seg on logger reload

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1980 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jeremy McNamara 2004-01-12 08:11:41 +00:00
parent 8a731e502d
commit 5273ddbbdd
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {