From aa1e93943fb82ad9154d1c8852a4c1d09e7eed05 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 1 Aug 2007 07:31:13 +0000 Subject: Wed Aug 1 07:30:12 UTC 2007 Johnny Willemsen --- ACE/ChangeLog | 6 ++++++ ACE/apps/drwho/Multicast_Manager.cpp | 2 -- ACE/apps/drwho/Options.cpp | 2 -- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ACE/ChangeLog b/ACE/ChangeLog index 7cea15c5729..321c67eb892 100644 --- a/ACE/ChangeLog +++ b/ACE/ChangeLog @@ -1,3 +1,9 @@ +Wed Aug 1 07:30:12 UTC 2007 Johnny Willemsen + + * apps/drwho/Multicast_Manager.cpp: + * apps/drwho/Options.cpp: + Removed not needed fuzz disable statements + Wed Aug 1 07:29:12 UTC 2007 Johnny Willemsen * netsvcs/lib/Time_Request_Reply.cpp: 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 (); diff --git a/ACE/apps/drwho/Options.cpp b/ACE/apps/drwho/Options.cpp index e302d6a32a1..0cda644da72 100644 --- a/ACE/apps/drwho/Options.cpp +++ b/ACE/apps/drwho/Options.cpp @@ -80,12 +80,10 @@ Options::set_options (int argc, char *argv[]) Options::program_name = argv[0]; - //FUZZ: disable check_for_exception_sepc ACE_Get_Opt getopt (argc, argv, "?aA:bdF:f:hH:Llp:rRsSt:w:"); while ((c = getopt ()) != -1) { - //FUZZ: enable check_for_exception_sepc switch (c) { case '?': -- cgit v1.2.1