Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/lib/dbwrap.c

    r414 r740  
    2121
    2222#include "includes.h"
     23#include "dbwrap.h"
     24#include "util_tdb.h"
    2325#ifdef CLUSTER_SUPPORT
    2426#include "ctdb_private.h"
     
    104106#ifdef CLUSTER_SUPPORT
    105107        const char *sockname = lp_ctdbd_socket();
    106 #endif
    107 
    108 #ifdef CLUSTER_SUPPORT
     108
    109109        if(!sockname || !*sockname) {
    110110                sockname = CTDB_PATH;
Note: See TracChangeset for help on using the changeset viewer.