Changeset 454 for trunk/server/source3/lib/ldb/common
- Timestamp:
- Jun 4, 2010, 3:11:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/lib/ldb/common/ldb.c
r414 r454 117 117 ldb_connect_fn fn; 118 118 119 #ifndef __OS2__ // on OS2 we have a semicolon at the second character if w/o backend called 119 120 if (strchr(url, ':') != NULL) { 121 #else 122 if (url[1] != ':' && strchr(url, ':') != NULL) { 123 #endif 120 124 backend = talloc_strndup(ldb, url, strchr(url, ':')-url); 121 125 } else {
Note:
See TracChangeset
for help on using the changeset viewer.