tberghammer accepted this revision.
tberghammer added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: source/Host/posix/ConnectionFileDescriptorPosix.cpp:182
@@ -156,2 +181,3 @@
     {
-        if (strstr(s, "listen://") == s)
+        const char *addr;
+        if ((addr = GetURLAddress(s, LISTEN_SCHEME)))
----------------
(nit): Please initialize


http://reviews.llvm.org/D14262



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to