Changeset 454 for trunk/server/source3/lib/ldb/ldb_tdb/ldb_tdb.c
- Timestamp:
- Jun 4, 2010, 3:11:43 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/server/source3/lib/ldb/ldb_tdb/ldb_tdb.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/lib/ldb/ldb_tdb/ldb_tdb.c
r414 r454 1012 1012 1013 1013 /* parse the url */ 1014 1014 1015 if (strchr(url, ':')) { 1016 1017 1018 1015 1019 if (strncmp(url, "tdb://", 6) != 0) { 1016 1020 ldb_debug(ldb, LDB_DEBUG_ERROR, "Invalid tdb URL '%s'", url);
Note:
See TracChangeset
for help on using the changeset viewer.
