]> 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)
commitb41a2938feac68bef24dbd7bfdff2b9b30fb00ac
treea78e5688b20f2ad16a43c05a78c5073c1c0464d7
parent2d15744f322c3dfad8aa8938f2c7bd74374157be
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