]> git.sur5r.net Git - bacula/bacula/commit
Fix bug #1848 bsock.c:335 Socket has errors=1 on call to client
authorMarco van Wieringen <mvw@planets.elm.net>
Thu, 22 Mar 2012 12:08:14 +0000 (13:08 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:33 +0000 (14:50 +0200)
commitf50deaa5bcaabee43801491b1a68af8ffb0f37c0
tree8c6a8a7d54e1cbd611d091e87a3ea10bd79d8ea0
parent40d22174ddaa17eb3ddd007707066544c481d863
Fix bug #1848 bsock.c:335 Socket has errors=1 on call to client

Removed the unneeded bnet_sig(dir, BNET_EOD) as the calling
function changer_cmd in dircmd.c already sets the BNET_EOD on
returning. So the autochanger_cmd function doesn't need to do
it.
bacula/src/stored/autochanger.c