libnetapi: deal with NULL data in I_NetLogonControl2().
authorGünther Deschner <gd@samba.org>
Fri, 17 Sep 2010 11:14:50 +0000 (13:14 +0200)
committerGünther Deschner <gd@samba.org>
Mon, 20 Sep 2010 17:52:52 +0000 (10:52 -0700)
Guenther
(cherry picked from commit 47a7a5830c145dd12e200fa12fec41bc745046d3)

source3/librpc/idl/libnetapi.idl

index f83896cf728dc96d2aea837fb7427882008cbd93..935256af16cd75e3d1d3cb18c8a6f485fa25d96e 100644 (file)
@@ -1936,7 +1936,7 @@ interface libnetapi
                [in] string server_name,
                [in] uint32 function_code,
                [in] uint32 query_level,
-               [in] uint8 *data,
+               [in,unique] uint8 *data,
                [out,ref] uint8 **buffer
        );
 }