Index: /trunk/FACT++/src/lidctrl.cc
===================================================================
--- /trunk/FACT++/src/lidctrl.cc	(revision 14489)
+++ /trunk/FACT++/src/lidctrl.cc	(revision 14490)
@@ -211,5 +211,5 @@
         // Does the message contain a header?
         const size_t p1 = fRdfData.find("\r\n\r\n");
-        if (p1==string::npos)
+        if (p1!=string::npos)
         {
             // Does the answer also contain the body?
