From acea14865e4f13b41d168671e6969a0c66c7e032 Mon Sep 17 00:00:00 2001 From: kroosec Date: Fri, 17 Aug 2012 18:49:10 +0000 Subject: [PATCH] Removed unused UP_RPC UltraProbe probe type. --- scan_engine.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scan_engine.cc b/scan_engine.cc index afb68fcce..1743804cd 100644 --- a/scan_engine.cc +++ b/scan_engine.cc @@ -202,7 +202,7 @@ class UltraProbe { public: UltraProbe(); ~UltraProbe(); - enum UPType { UP_UNSET, UP_IP, UP_CONNECT, UP_RPC, UP_ARP, UP_ND } type; /* The type of probe this is */ + enum UPType { UP_UNSET, UP_IP, UP_CONNECT, UP_ARP, UP_ND } type; /* The type of probe this is */ /* Sets this UltraProbe as type UP_IP and creates & initializes the internal IPProbe. The relevent probespec is necessary for setIP