Skip to content

Commit

Permalink
* server-src/amidxtaped.pl: Temporary fix for protocol bug.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/amanda/code/amanda/trunk@6263 a8d146d6-cc15-0410-8900-af154a0219e0
  • Loading branch information
Jean-Louis Martineau committed Jun 19, 2015
1 parent 4e6b0f4 commit 5d7e19b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,3 +1,6 @@
2015-06-19 Jean-Louis Martineau <martineau@zmanda.com>
* server-src/amidxtaped.pl: Temporary fix for protocol bug.

2015-06-19 Jean-Louis Martineau <martineau@zmanda.com>
* recover-src/extract_list.c: Fix if not an application

Expand Down
6 changes: 6 additions & 0 deletions server-src/amidxtaped.pl
Expand Up @@ -602,6 +602,12 @@ sub send_state_file {
}
}
$self->close($self->{'state_stream'}, 'w');

# amandad can mix packet from multiple stream
# but amrecover except this close before the next packet (header)
# temporary fix until the protocol is enhanced or amrecover fixed.
# delay sending the header packet
sleep(1);
}
}

Expand Down

0 comments on commit 5d7e19b

Please sign in to comment.