]> git.sur5r.net Git - bacula/bacula/commitdiff
Update tray-monitor header also for new bsock calls
authorKern Sibbald <kern@sibbald.com>
Sun, 30 Mar 2014 14:16:51 +0000 (16:16 +0200)
committerKern Sibbald <kern@sibbald.com>
Sun, 30 Mar 2014 14:16:51 +0000 (16:16 +0200)
bacula/src/qt-console/tray-monitor/tray-monitor.h

index 9d06ce6ced9780a8e90592e51a4dcad32b1fb7f7..33f111b8cbfa5430321134ded94ecba2724c9bfa 100644 (file)
@@ -87,7 +87,7 @@ public:
    void writecmd(const char* command) {
       if (this->D_sock) {
          this->D_sock->msglen = pm_strcpy(&this->D_sock->msg, command);
-         bnet_send(this->D_sock);
+         this->D_sock->send();
       }
    }