mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-24 23:57:57 +00:00
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:
parent
0c790c067a
commit
6d79a218e2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user