From 7d0baeb0bc448eaae42234f691e626133f53ff01 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rados=C5=82aw=20Korzeniewski?= Date: Mon, 4 Jan 2021 14:10:11 +0100 Subject: [PATCH] pluginlib: PTCOMM allow to be used with CommCTX. --- bacula/src/plugins/fd/pluginlib/ptcomm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/plugins/fd/pluginlib/ptcomm.h b/bacula/src/plugins/fd/pluginlib/ptcomm.h index 4a4e18276..561418a73 100644 --- a/bacula/src/plugins/fd/pluginlib/ptcomm.h +++ b/bacula/src/plugins/fd/pluginlib/ptcomm.h @@ -92,7 +92,7 @@ protected: int32_t sendbackend(bpContext *ctx, char cmd, POOLMEM *buf, int32_t len); public: - PTCOMM() : + PTCOMM(const char * command = NULL) : bpipe(NULL), rfd(0), wfd(0), -- 2.47.3