X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=sideband.h;fp=sideband.h;h=8ae3e4ef35089e698f5eb81a4d1926e95f07ace5;hb=39802f2f11763b1e1164ef36009213eb7cdb54bb;hp=4f4ed0ac219d826e6d76aa0fded9a9fa13dd57c0;hpb=09602a95b34fc5d81db54b9194c441ab2dd2c49a;p=paraslash.git 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 \