Ignore:
Timestamp:
May 24, 2009, 7:17:10 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 to 3.3.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/smbd/dnsregister.c

    r206 r221  
    6666static void dns_register_smbd_retry(struct event_context *ctx,
    6767                                   struct timed_event *te,
    68                                    const struct timeval *now,
     68                                   struct timeval now,
    6969                                   void *private_data)
    7070{
     
    8686                        NULL,
    8787                        timeval_current_ofs(DNS_REG_RETRY_INTERVAL, 0),
    88                         "DNS registration handler",
    8988                        dns_register_smbd_retry,
    9089                        dns_state);
Note: See TracChangeset for help on using the changeset viewer.