Changeset 274 for branches/samba-3.3.x/source/lib/ctdbd_conn.c
- Timestamp:
- Jun 17, 2009, 2:19:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/lib/ctdbd_conn.c
r221 r274 1095 1095 1096 1096 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 } 1097 1102 1098 1103 t.db_id = db_id;
Note:
See TracChangeset
for help on using the changeset viewer.