/ fix for callerid configuration when opening channel driver

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4443 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Ben Kramer 2004-12-13 21:04:12 +00:00
parent c9bc9e135d
commit ac4b71a0ba
1 changed files with 0 additions and 1 deletions

View File

@ -2362,7 +2362,6 @@ int load_module()
error = -1;
goto done;
}
callerid = NULL;
} else if (strcasecmp(v->name, "language") == 0) {
strncpy(language, v->value, sizeof(language)-1);
} else if (strcasecmp(v->name, "callerid") == 0) {