mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 22:26:22 +00:00
Added asserts
This commit is contained in:
@@ -428,7 +428,7 @@ accounts_get_priority_for_presence_type(const char * const account_name,
|
||||
result = 0;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
if (result < JABBER_PRIORITY_MIN || result > JABBER_PRIORITY_MAX)
|
||||
result = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user