Ignore:
Timestamp:
Jun 17, 2009, 2:19:52 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.3 branch to 3.3.5

Location:
branches/samba-3.3.x/source/libsmb
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/libsmb/credentials.c

    r206 r274  
    256256        struct dcinfo tmp_dc = *dc;
    257257
     258        if (!received_cred || !cred_out) {
     259                return false;
     260        }
     261
    258262        /* Do all operations on a temporary copy of the dc,
    259263           which we throw away if the checks fail. */
  • branches/samba-3.3.x/source/libsmb/passchange.c

    r206 r274  
    188188                                 "failed. Error was %s, but LANMAN password "
    189189                                 "changed are disabled\n",
    190                                  nt_errstr(result), remote_machine) == -1) {
     190                                 remote_machine, nt_errstr(result)) == -1) {
    191191                                *err_str = NULL;
    192192                        }
Note: See TracChangeset for help on using the changeset viewer.