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/source3/smbd/notifyd/notifyd.c

    r988 r989  
    12471247        size_t i;
    12481248
    1249         dbwrap_traverse_read(p->db, notifyd_db_del_syswatches, NULL, NULL);
     1249        if (p->db != NULL) {
     1250                dbwrap_traverse_read(p->db, notifyd_db_del_syswatches,
     1251                                     NULL, NULL);
     1252        }
    12501253
    12511254        for (i = 0; i<state->num_peers; i++) {
Note: See TracChangeset for help on using the changeset viewer.