Ignore:
Timestamp:
Jun 4, 2010, 3:11:43 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: merged changes from 3.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/lib/ldb/common/ldb.c

    r414 r454  
    117117        ldb_connect_fn fn;
    118118
     119#ifndef __OS2__ //  on OS2 we have a semicolon at the second character if w/o backend called
    119120        if (strchr(url, ':') != NULL) {
     121#else
     122        if (url[1] != ':'  &&  strchr(url, ':') != NULL) {
     123#endif
    120124                backend = talloc_strndup(ldb, url, strchr(url, ':')-url);
    121125        } else {
Note: See TracChangeset for help on using the changeset viewer.