opnsense-ports/sysutils/bbcp/files/patch-src__bbcp_ProgMon.C
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

11 lines
475 B
C

--- src/bbcp_ProgMon.C.orig 2015-01-15 22:47:57.000000000 -0800
+++ src/bbcp_ProgMon.C 2015-01-15 22:49:27.000000000 -0800
@@ -146,7 +146,7 @@
// Run a thread to start the monitor
//
- if (retc = bbcp_Thread_Run(bbcp_MonProg, (void *)this, &mytid))
+ if ((retc = bbcp_Thread_Run(bbcp_MonProg, (void *)this, &mytid)))
{DEBUG("Error " <<retc <<" starting progress monitor thread.");}
else {DEBUG("Thread " <<mytid <<" monitoring progress.");}
return;