Changeset 740 for vendor/current/source3/lib/dbwrap.c
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/lib/dbwrap.c
r414 r740 21 21 22 22 #include "includes.h" 23 #include "dbwrap.h" 24 #include "util_tdb.h" 23 25 #ifdef CLUSTER_SUPPORT 24 26 #include "ctdb_private.h" … … 104 106 #ifdef CLUSTER_SUPPORT 105 107 const char *sockname = lp_ctdbd_socket(); 106 #endif 107 108 #ifdef CLUSTER_SUPPORT 108 109 109 if(!sockname || !*sockname) { 110 110 sockname = CTDB_PATH;
Note:
See TracChangeset
for help on using the changeset viewer.