mirror of
https://github.com/samba-team/samba.git
synced 2025-03-07 00:58:40 +03:00
ctdb: Fix a cut&paste error
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13554 Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Amitay Isaacs <amitay@gmail.com> (cherry picked from commit 33d012c3cebb5625e02450ac3b08c4245a3e985d)
This commit is contained in:
parent
b0c0a19da8
commit
ec2249635a
@ -149,7 +149,7 @@ const char *path_vardir(void)
|
||||
{
|
||||
bool ok;
|
||||
|
||||
if (! ctdb_paths.rundir_set) {
|
||||
if (! ctdb_paths.vardir_set) {
|
||||
ok = path_construct(ctdb_paths.vardir, "var");
|
||||
if (!ok) {
|
||||
D_ERR("Failed to construct VARDIR\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user