]> git.sur5r.net Git - bacula/bacula/commit
bpipe: Fix compiler warning
authorEric Bollengier <eric@baculasystems.com>
Mon, 31 Jul 2017 08:45:12 +0000 (10:45 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 5 Aug 2017 13:40:40 +0000 (15:40 +0200)
commit5b789e5ddf8ba2391ecd7443ff3e42c88d5a192c
treeaaaf788d63532de838e1c637f11b170d8fbe0193
parent653cb5ed382fa934046390d863e0ee4ff27e74e8
bpipe: Fix compiler warning

The new GCC reports that the strncpy is incorrect. As the length was
tested just before, this is not a bug fix.
bacula/src/plugins/fd/bpipe-fd.c