Fix signed comparison with unsigned value in mainconfig.c

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2851 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Steven Dake 2010-05-18 16:44:59 +00:00
parent 0c790c067a
commit 6d79a218e2

View File

@ -312,7 +312,7 @@ static int corosync_main_config_set (
{
const char *error_reason = error_string_response;
char *value;
unsigned int mode;
int mode;
/*
* this bit abuses the internal logsys exported API