Module: nagvis
Branch: nagvis-1.4
Commit: 77932e4f287ed7620a41fabe58a14e589dd4d1bd
URL:    
http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=77932e4f287ed7620a41fabe58a14e589dd4d1bd

Author: LaMi <[email protected]>
Date:   Fri Dec 18 19:14:31 2009 +0100

#175 livestatus tcp socket can contain dashes now

---

 nagvis/nagvis/includes/defines/matches.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/nagvis/nagvis/includes/defines/matches.php 
b/nagvis/nagvis/includes/defines/matches.php
index c25944d..ebf77e7 100644
--- a/nagvis/nagvis/includes/defines/matches.php
+++ b/nagvis/nagvis/includes/defines/matches.php
@@ -55,5 +55,5 @@ define('MATCH_PHP_FILE', '/^(.+\.php)$/i');
 define('MATCH_INTEGER_PRESIGN', '/^[\+\-]?[0-9]+$/');
 define('MATCH_ORDER', '/^(?:asc|desc)$/');
 define('MATCH_TEXTBOX_WIDTH', '/^([0-9]+|auto)$/');
-define('MATCH_SOCKET', 
'/^(unix:[a-zA-Z0-9-_\.\/]+|tcp:[a-zA-Z0-9\.]+:[0-9]{1,5})$/');
+define('MATCH_SOCKET', 
'/^(unix:[a-zA-Z0-9-_\.\/]+|tcp:[a-zA-Z0-9-\.]+:[0-9]{1,5})$/');
 ?>


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to