]> git.pld-linux.org Git - packages/bacula.git/blob - bacula-wxconsole.patch
- build process doesn't fail when something fails to build - catch errors from log...
[packages/bacula.git] / bacula-wxconsole.patch
1 --- bacula-5.2.1/src/wx-console/console_thread.cpp.org  2011-11-01 21:39:04.664311911 +0100
2 +++ bacula-5.2.1/src/wx-console/console_thread.cpp      2011-11-01 21:52:51.874066263 +0100
3 @@ -483,7 +483,7 @@
4           csprint(UA_sock->msg);
5        }
6        else if (stat == BNET_SIGNAL) {
7 -         if (UA_sock->msglen == BNET_PROMPT) {
8 +         if (UA_sock->msglen == BNET_SUB_PROMPT) {
9              csprint(NULL, CS_PROMPT);
10           } else if (UA_sock->msglen == BNET_EOD) {
11              last_is_eod = 1;
12 @@ -534,7 +534,7 @@
13     if (UA_sock) {
14        UA_sock->msglen = (int32_t)strlen(str);
15        pm_strcpy(&UA_sock->msg, str);
16 -      UA_sock->_send();
17 +      UA_sock->send();
18     } else if (choosingdirector) {
19  //      wxString number = str;
20  //      number.RemoveLast(); /* Removes \n */
This page took 0.153869 seconds and 3 git commands to generate.