From: Adam Dickmeiss Date: Thu, 23 Mar 2006 20:40:31 +0000 (+0000) Subject: Make variable static rather than public X-Git-Tag: before.bug.529~202 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=e083eb5af2d518ebdaa35911561b9f663b5e325f;hp=966aaa6c44c0c446a766bb75f643e37d34b2a099 Make variable static rather than public --- diff --git a/util/flock.c b/util/flock.c index 90e294f..a69c4cf 100644 --- a/util/flock.c +++ b/util/flock.c @@ -1,4 +1,4 @@ -/* $Id: flock.c,v 1.2 2006-03-23 20:38:00 adam Exp $ +/* $Id: flock.c,v 1.3 2006-03-23 20:40:31 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -44,7 +44,7 @@ struct zebra_lock_info { char *fname; }; -int log_level = 0; +static int log_level = YLOG_LOG; char *zebra_mk_fname (const char *dir, const char *name) {