Index: /trunk/src/VBox/Devices/Network/slirp/debug.c
===================================================================
--- /trunk/src/VBox/Devices/Network/slirp/debug.c	(revision 37937)
+++ /trunk/src/VBox/Devices/Network/slirp/debug.c	(revision 37938)
@@ -298,5 +298,5 @@
     size_t cb = 0;
     const struct tcpcb *tp = (const struct tcpcb *)pvValue;
-    AssertReturn(RTStrCmp(pszType, "tcpcb793") == 0 && tp, 0);
+    AssertReturn(RTStrCmp(pszType, "tcpcb793") == 0, 0);
     if (tp)
     {
