summaryrefslogtreecommitdiff
path: root/ctdb/utils
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-08-22 17:16:01 +1000
committerAndrew Tridgell <tridge@samba.org>2007-08-22 17:16:01 +1000
commit95f6328678e3d8735fa692425f1396f684956d42 (patch)
treeef3d6188e4e0f29b8ad51551923cffb28ac942d1 /ctdb/utils
parent405e123ffbd11e39859de88dbdee9c4ffeec4ce9 (diff)
downloadsamba-95f6328678e3d8735fa692425f1396f684956d42.tar.gz
merge from volker
(This used to be ctdb commit 7007e4f2292aa96287b899d6b9e82c7b597ef58f)
Diffstat (limited to 'ctdb/utils')
-rw-r--r--ctdb/utils/smnotify/smnotify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/utils/smnotify/smnotify.c b/ctdb/utils/smnotify/smnotify.c
index b93ce38776d..3f0058c6187 100644
--- a/ctdb/utils/smnotify/smnotify.c
+++ b/ctdb/utils/smnotify/smnotify.c
@@ -28,7 +28,7 @@
static char *client = NULL;
static const char *ip = NULL;
-static const char *server = NULL;
+static char *server = NULL;
static int stateval = 0;
static int clientport = 0;
static int sendport = 0;