Ignore:
Timestamp:
Nov 27, 2012, 4:56:06 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated vendor to 3.6.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/libsmb/clidgram.c

    r740 r746  
    437437
    438438NTSTATUS nbt_getdc(struct messaging_context *msg_ctx,
     439                   uint32_t timeout_in_seconds,
    439440                   const struct sockaddr_storage *dc_addr,
    440441                   const char *domain_name,
     
    460461                goto fail;
    461462        }
     463        if (!tevent_req_set_endtime(req, ev,
     464                        timeval_current_ofs(timeout_in_seconds, 0))) {
     465                goto fail;
     466        }
    462467        if (!tevent_req_poll_ntstatus(req, ev, &status)) {
    463468                goto fail;
Note: See TracChangeset for help on using the changeset viewer.