Changeset 733 for branches/samba-3.5.x/source3/lib/ctdbd_conn.c
- Timestamp:
- Nov 12, 2012, 5:09:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/source3/lib/ctdbd_conn.c
r429 r733 1132 1132 struct ctdbd_traverse_state state; 1133 1133 1134 become_root(); 1134 1135 status = ctdbd_init_connection(NULL, &conn); 1136 unbecome_root(); 1135 1137 if (!NT_STATUS_IS_OK(status)) { 1136 1138 DEBUG(0, ("ctdbd_init_connection failed: %s\n",
Note:
See TracChangeset
for help on using the changeset viewer.