Ignore:
Timestamp:
Jun 17, 2009, 2:19:52 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.3 branch to 3.3.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/lib/ctdbd_conn.c

    r221 r274  
    10951095
    10961096        status = ctdbd_init_connection(NULL, &conn);
     1097        if (!NT_STATUS_IS_OK(status)) {
     1098                DEBUG(0, ("ctdbd_init_connection failed: %s\n",
     1099                          nt_errstr(status)));
     1100                return status;
     1101        }
    10971102
    10981103        t.db_id = db_id;
Note: See TracChangeset for help on using the changeset viewer.