From: Andre Noll Date: Mon, 13 Aug 2012 08:04:40 +0000 (+0200) Subject: Merge branch 'maint' X-Git-Tag: v0.4.12~38^2~1 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=61cce28217df87368774831e2eb2d8636f79564b;hp=21fb7aceb151b7567e7fcd42163d5a21b23e40cf Merge branch 'maint' --- diff --git a/sideband.h b/sideband.h index 4f4ed0ac..8ae3e4ef 100644 --- a/sideband.h +++ b/sideband.h @@ -114,7 +114,7 @@ typedef void (*sb_transformation)(struct iovec *src, struct iovec *dst, /** Initialize a sideband buffer. */ #define SBB_INIT(_band, _buf, _numbytes) \ { \ - .band = band, \ + .band = _band, \ .iov = { \ .iov_base = _buf, \ .iov_len = _numbytes \