a396b80
diff -up dhcp-4.2.0-P2/omapip/protocol.c.omapi dhcp-4.2.0-P2/omapip/protocol.c
a396b80
--- dhcp-4.2.0-P2/omapip/protocol.c.omapi	2009-11-20 02:49:02.000000000 +0100
a396b80
+++ dhcp-4.2.0-P2/omapip/protocol.c	2011-01-03 16:30:25.000000000 +0100
a396b80
@@ -386,7 +386,7 @@ isc_result_t omapi_protocol_signal_handl
a396b80
 	/* Should only receive these when opening the initial authenticator. */
a396b80
 	if (!strcmp (name, "status")) {
a396b80
 		status = va_arg (ap, isc_result_t);
a396b80
-		if (status != ISC_R_SUCCESS) {
a396b80
+		if ((status != ISC_R_SUCCESS) && (status >= ISC_RESULTCLASS_DHCP)) {
a396b80
 			omapi_signal_in (h -> inner, "status", status,
a396b80
 					 (omapi_object_t *)0);
a396b80
 			omapi_disconnect (p -> outer, 1);