s3:unix_msg: fix a tab<->space mixup in unix_msg_recv()
authorMichael Adam <obnox@samba.org>
Thu, 25 Sep 2014 17:56:52 +0000 (19:56 +0200)
committerVolker Lendecke <vl@samba.org>
Sat, 27 Sep 2014 08:17:05 +0000 (10:17 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/lib/unix_msg/unix_msg.c

index 28ea51444cf5c379ecc2653ed348e889f1a876b0..01554a22ae5766636d3716126fd05eba8381db25 100644 (file)
@@ -994,7 +994,7 @@ static void unix_msg_recv(struct unix_dgram_ctx *dgram_ctx,
        buflen -= sizeof(cookie);
 
        if (cookie == 0) {
-               ctx->recv_callback(ctx, buf, buflen, fds, num_fds, ctx->private_data);
+               ctx->recv_callback(ctx, buf, buflen, fds, num_fds, ctx->private_data);
                return;
        }