[master] a2d535e Improve our symbol hack a bit for OS/X
    Poul-Henning Kamp 
    phk at varnish-cache.org
       
    Wed Nov 13 09:25:58 CET 2013
    
    
  
commit a2d535ee082b792db38d803fc551ba36e700e03f
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Nov 13 08:25:46 2013 +0000
    Improve our symbol hack a bit for OS/X
diff --git a/bin/varnishd/mgt/mgt_main.c b/bin/varnishd/mgt/mgt_main.c
index d8299cc..4292e7f 100644
--- a/bin/varnishd/mgt/mgt_main.c
+++ b/bin/varnishd/mgt/mgt_main.c
@@ -268,6 +268,8 @@ Symbol_hack(const char *a0)
 			continue;
 		if (*p++ != ' ')
 			continue;
+		if (*p == '-')
+			continue;
 		p++;
 		if (*p++ != ' ')
 			continue;
    
    
More information about the varnish-commit
mailing list