summaryrefslogtreecommitdiff
path: root/ACE/apps/drwho/Multicast_Manager.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-08-01 07:31:13 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-08-01 07:31:13 +0000
commitf57dc53746df4a8596f5f5401bd6eb079cb34ac4 (patch)
tree67fdf199888500cc0552371eb2274424be1762cc /ACE/apps/drwho/Multicast_Manager.cpp
parentb1e743acbe283a6d7acfc422601de6fdb8175bae (diff)
downloadATCD-f57dc53746df4a8596f5f5401bd6eb079cb34ac4.tar.gz
Wed Aug 1 07:30:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/apps/drwho/Multicast_Manager.cpp')
-rw-r--r--ACE/apps/drwho/Multicast_Manager.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/apps/drwho/Multicast_Manager.cpp b/ACE/apps/drwho/Multicast_Manager.cpp
index bafbeadb14c..44e94744b5b 100644
--- a/ACE/apps/drwho/Multicast_Manager.cpp
+++ b/ACE/apps/drwho/Multicast_Manager.cpp
@@ -38,9 +38,7 @@ Multicast_Manager::insert_default_hosts (void)
int
Multicast_Manager::insert_hosts_from_file (const char *filename)
{
- //FUZZ: disable check_for_exception_sepc
ACE_Mem_Map mmap (filename);
- //FUZZ: enable check_for_exception_sepc
char *host_ptr = (char *) mmap.addr ();