s3:unix_msg: use a buffer pointer instead of array indexes for the iov buffer
authorMichael Adam <obnox@samba.org>
Mon, 29 Sep 2014 09:54:12 +0000 (11:54 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 30 Sep 2014 14:36:09 +0000 (16:36 +0200)
commit2564a5fa578058953c9c2890566b4fdd51a744be
treeb890751663a52f353ce2296159af3edc8b494c01
parent9ddb66128134f9d8386a6db776dc226c6a3b14ac
s3:unix_msg: use a buffer pointer instead of array indexes for the iov buffer

This is more obvious to read and a preparation for following commits.

Pair-Programmed-With: Volker Lendecke <vl@samba.org>
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>

Signed-off-by: Michael Adam <obnox@samba.org>
Signed-off-by: Volker Lendecke <vl@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/lib/unix_msg/unix_msg.c