]> arthur.barton.de Git - bup.git/commit
client/server: correctly handle case where receive-objects had 0 objects.
authorAvery Pennarun <apenwarr@gmail.com>
Sun, 14 Mar 2010 05:15:29 +0000 (00:15 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 14 Mar 2010 05:15:29 +0000 (00:15 -0500)
commit96075fce26dc570c0308f6cf16b96becece2e02c
tree4bfaf45c2b8e33d3606e57a425d636093fa52db8
parentf12c14672b4d0824c808dec4841a1d134a5e17d6
client/server: correctly handle case where receive-objects had 0 objects.

Previously we'd throw a (probably harmless other than ugly output)
exception in this case.
cmd/server-cmd.py
lib/bup/client.py