diff options
author | Ronnie sahlberg <ronniesahlberg@gmail.com> | 2007-04-18 09:28:40 +1000 |
---|---|---|
committer | Ronnie sahlberg <ronniesahlberg@gmail.com> | 2007-04-18 09:28:40 +1000 |
commit | 818abe7085a81b07d143d64b72d15bcb58148cfc (patch) | |
tree | ba4f47417cca14373d43347134151300a767f19a /ctdb/common/ctdb_util.c | |
parent | efd5c4bf83fefcc608dd88be17b70ad4bf031db0 (diff) | |
parent | 98bb60e9d6fd68a5614f15517bd591e433956fe7 (diff) | |
download | samba-818abe7085a81b07d143d64b72d15bcb58148cfc.tar.gz samba-818abe7085a81b07d143d64b72d15bcb58148cfc.tar.xz samba-818abe7085a81b07d143d64b72d15bcb58148cfc.zip |
merge from tridge
(This used to be ctdb commit d1262efebfc6e51e676720d42443017563aaffe3)
Diffstat (limited to 'ctdb/common/ctdb_util.c')
-rw-r--r-- | ctdb/common/ctdb_util.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ctdb/common/ctdb_util.c b/ctdb/common/ctdb_util.c index cf0c72a58b..e824e098e5 100644 --- a/ctdb/common/ctdb_util.c +++ b/ctdb/common/ctdb_util.c @@ -25,6 +25,8 @@ #include "system/filesys.h" #include "../include/ctdb_private.h" +int LogLevel; + /* return error string for last error */ |