s3: Fix shadow copy display on Windows 7
[obnox/samba-ctdb.git] / source / smbd / nttrans.c
index da3998680b3e8f499f25f25af7a79771b5810a39..3d6fd4c51a80120a4e2d39c94cf43086f22449cb 100644 (file)
@@ -1944,7 +1944,7 @@ static void call_nt_transact_ioctl(connection_struct *conn,
                }
 
                /* needed_data_count 4 bytes */
-               SIVAL(pdata,8,labels_data_count);
+               SIVAL(pdata, 8, labels_data_count+4);
 
                cur_pdata+=12;