Ignore:
Timestamp:
Nov 25, 2016, 8:04:54 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/ctdb/server/ctdbd.c

    r988 r989  
    179179
    180180        ev = tevent_context_init(NULL);
     181        if (ev == NULL) {
     182                DEBUG(DEBUG_ALERT,("tevent_context_init() failed\n"));
     183                exit(1);
     184        }
    181185        tevent_loop_allow_nesting(ev);
    182186
Note: See TracChangeset for help on using the changeset viewer.