summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRuss Meyerriecks <rmeyerriecks@digium.com>2010-11-19 17:34:36 +0000
committerRuss Meyerriecks <rmeyerriecks@digium.com>2010-11-19 17:34:36 +0000
commit86a49c0c6822ba12af12b95c256221cca86d80cc (patch)
treee13a5565a7ffb75bb8b4610464399ff7bc991d12 /include
parentab656f2366c3ec4e34963f6774216431cf64dbbb (diff)
dahdi: Stops junk data from overwriting the dahdi_mirror pseudo chans
(issue #16831) Reported by: tsearle Patches: dahdi_mirror2.patch uploaded by tsearle (license 373) Signed-off-by: Russ Meyerriecks <rmeyerriecks@digium.com> Acked-by: Shaun Ruffell <sruffell@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9493 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'include')
-rw-r--r--include/dahdi/dahdi_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dahdi/dahdi_config.h b/include/dahdi/dahdi_config.h
index 032a9d7..59896af 100644
--- a/include/dahdi/dahdi_config.h
+++ b/include/dahdi/dahdi_config.h
@@ -187,6 +187,6 @@
/*
* Creates an interface for mirroring the raw channel data out to a pseudo-chan
*/
-/*#define CONFIG_DAHDI_MIRROR*/
+/* #define CONFIG_DAHDI_MIRROR */
#endif