From 1599c07d094a4d4ace11d1569b7709bb83bd2faa Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Thu, 28 Aug 2008 11:54:16 +0200 Subject: [PATCH] netapi: add USER_MAXSTORAGE_UNLIMITED to IDL. Guenther (cherry picked from commit 71623f853d475eac8b4293d454706c3288bcbc10) --- source/librpc/idl/libnetapi.idl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/librpc/idl/libnetapi.idl b/source/librpc/idl/libnetapi.idl index fb708419218..62363c4bee9 100644 --- a/source/librpc/idl/libnetapi.idl +++ b/source/librpc/idl/libnetapi.idl @@ -174,6 +174,8 @@ interface libnetapi const int AF_OP_ACCOUNTS = 0x8; const int AF_SETTABLE_BITS = (AF_OP_PRINT | AF_OP_COMM | AF_OP_SERVER | AF_OP_ACCOUNTS); + const int USER_MAXSTORAGE_UNLIMITED = (uint32_t)-1L; + [public] typedef struct { string usri2_name; string usri2_password; -- 2.11.4.GIT