dect
/
asterisk
Archived
13
0
Fork 0

Fix typo in chan_zap.c faclityenable != facilityenable

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5644 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
citats 2005-05-12 21:11:42 +00:00
parent f4a094cd8a
commit 6c5a457ba9
1 changed files with 1 additions and 1 deletions

View File

@ -10159,7 +10159,7 @@ static int setup_zap(int reload)
} else
ast_log(LOG_WARNING, "'%s' is not a valid ISDN timer configuration string\n", v->value);
} else if (!strcasecmp(v->name, "faclityenable")) {
} else if (!strcasecmp(v->name, "facilityenable")) {
facilityenable = ast_true(v->value);
#endif /* PRI_GETSET_TIMERS */
#endif /* ZAPATA_PRI */