Module: nagvis
Branch: master
Commit: 0a953a365df7602f4abb9e83d9aeb77f42bbfbf5
URL:    
http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=0a953a365df7602f4abb9e83d9aeb77f42bbfbf5

Author: Lars Michelsen <[email protected]>
Date:   Sat Oct 31 15:39:22 2009 +0100

Fixed livestatus backend separators

---

 share/server/core/classes/GlobalBackendlive.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/server/core/classes/GlobalBackendlive.php 
b/share/server/core/classes/GlobalBackendlive.php
index be2f3cd..63aba6f 100644
--- a/share/server/core/classes/GlobalBackendlive.php
+++ b/share/server/core/classes/GlobalBackendlive.php
@@ -119,7 +119,7 @@ class GlobalBackendlive implements GlobalBackendInterface {
                        return Array();
                }
                
-               socket_write($sock, $query . "Separators: 1 2 44\n");
+               socket_write($sock, $query . "Separators: 0 1 2 3\n");
                socket_shutdown($sock, 1);
                
                $read = '';


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to