Ignore:
Timestamp:
Nov 29, 2012, 1:59:04 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/rpcclient/cmd_lsarpc.c

    r745 r751  
    11691169        DATA_BLOB data     = data_blob_const(p->password->data, p->password->length);
    11701170        DATA_BLOB data_old = data_blob_const(p->old_password->data, p->old_password->length);
    1171         DATA_BLOB session_key_blob = data_blob_const(session_key, sizeof(session_key));
     1171        DATA_BLOB session_key_blob = data_blob_const(session_key, 16);
    11721172
    11731173        pwd     = sess_decrypt_string(talloc_tos(), &data, &session_key_blob);
Note: See TracChangeset for help on using the changeset viewer.