]> 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)
committerMarco van Wieringen <mvw@planets.elm.net>
Thu, 22 Mar 2012 12:08:14 +0000 (13:08 +0100)
commit9bb08cc23aa1a3abcaad759ada4991ce86fb6136
tree1147e39c5afd5d43c865bcf9577cca15bffa8a79
parentee75b2763255870065b567ba7036a1b8246c3e4b
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