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

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/lib/tevent/tevent_timed.c

    r414 r745  
    198198  do a single event loop using the events defined in ev
    199199
    200   return the delay untill the next timed event,
     200  return the delay until the next timed event,
    201201  or zero if a timed event was triggered
    202202*/
     
    209209                /* have a default tick time of 30 seconds. This guarantees
    210210                   that code that uses its own timeout checking will be
    211                    able to proceeed eventually */
     211                   able to proceed eventually */
    212212                return tevent_timeval_set(30, 0);
    213213        }
Note: See TracChangeset for help on using the changeset viewer.