Fix parameters string for rpc_trustdom_add_internals().
authorGünther Deschner <gd@samba.org>
Wed, 9 Apr 2008 11:17:42 +0000 (13:17 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 9 Apr 2008 11:18:46 +0000 (13:18 +0200)
Guenther
(This used to be commit e161bb64a8348ecf7929dbc04d5923d8bd3542ad)

source3/utils/net_rpc.c

index f3f187bf0b1ef72d62a481278c6f54ca2545f632..4b2c6ca478c255f04efb08f14015a0dd77e28d6d 100644 (file)
@@ -5614,14 +5614,16 @@ static NTSTATUS rpc_trustdom_add_internals(const DOM_SID *domain_sid,
        {
                NTTIME notime;
                struct samr_LogonHours hours;
+               struct lsa_BinaryString parameters;
                const int units_per_week = 168;
                uchar pwbuf[516];
 
                encode_pw_buffer(pwbuf, argv[1], STR_UNICODE);
 
                ZERO_STRUCT(notime);
-
                ZERO_STRUCT(hours);
+               ZERO_STRUCT(parameters);
+
                hours.bits = talloc_array(mem_ctx, uint8_t, units_per_week);
                if (!hours.bits) {
                        result = NT_STATUS_NO_MEMORY;
@@ -5634,7 +5636,7 @@ static NTSTATUS rpc_trustdom_add_internals(const DOM_SID *domain_sid,
                                      notime, notime, notime,
                                      notime, notime, notime,
                                      NULL, NULL, NULL, NULL, NULL,
-                                     NULL, NULL, NULL, NULL, NULL,
+                                     NULL, NULL, NULL, NULL, &parameters,
                                      0, 0, ACB_DOMTRUST, SAMR_FIELD_ACCT_FLAGS,
                                      hours,
                                      0, 0, 0, 0, 0, 0, 0,