projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d3f578
)
Fix typo in chan_zap.c faclityenable != facilityenable
author
James Golovich
<james@gnuinter.net>
Thu, 12 May 2005 21:11:42 +0000
(21:11 +0000)
committer
James Golovich
<james@gnuinter.net>
Thu, 12 May 2005 21:11:42 +0000
(21:11 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5644
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_zap.c
patch
|
blob
|
history
diff --git
a/channels/chan_zap.c
b/channels/chan_zap.c
index
e4dcb9a
..
3b9ef44
100755
(executable)
--- a/
channels/chan_zap.c
+++ b/
channels/chan_zap.c
@@
-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 */