diff options
author | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2008-11-11 14:49:30 +1100 |
---|---|---|
committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2008-11-11 14:49:30 +1100 |
commit | 07d35c754f3dec9572adbf224647a5c01ee9913d (patch) | |
tree | 6ac9468976133cc4c87e8c55ebb08ae7c069977f /ctdb/client | |
parent | 06728fdac9cf3df562eaffb6acf56ab26a710580 (diff) | |
download | samba-07d35c754f3dec9572adbf224647a5c01ee9913d.tar.gz samba-07d35c754f3dec9572adbf224647a5c01ee9913d.tar.xz samba-07d35c754f3dec9572adbf224647a5c01ee9913d.zip |
add a CTDB_SOCKET variable that can be used to override the default
/tmp/ctdb.socket
(This used to be ctdb commit b75e2263c565c21ecbbd98fbd2c10787e467bf5c)
Diffstat (limited to 'ctdb/client')
-rw-r--r-- | ctdb/client/ctdb_client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/client/ctdb_client.c b/ctdb/client/ctdb_client.c index 07c0b8820a7..fcd10b2d8b3 100644 --- a/ctdb/client/ctdb_client.c +++ b/ctdb/client/ctdb_client.c @@ -26,6 +26,7 @@ #include "system/network.h" #include "system/filesys.h" #include "system/locale.h" +#include <stdlib.h> #include "../include/ctdb_private.h" #include "lib/util/dlinklist.h" |