Merge branch 'master' of github.com:FreeRDP/xrdp
This commit is contained in:
commit
e632bc794b
@ -2010,7 +2010,7 @@ find_name_in_lists(char *inName, struct list *names)
|
|||||||
for (index = 0; index < names->count; index++)
|
for (index = 0; index < names->count; index++)
|
||||||
{
|
{
|
||||||
name = (char *)list_get_item(names, index);
|
name = (char *)list_get_item(names, index);
|
||||||
if ( (name != 0) && g_strncmp(name, inName, MAX_CHANNEL_NAME))
|
if ( (name != 0) && (g_strncmp(name, inName, MAX_CHANNEL_NAME) == 0) )
|
||||||
{
|
{
|
||||||
reply = index;
|
reply = index;
|
||||||
break; /* stop loop - item found*/
|
break; /* stop loop - item found*/
|
||||||
|
Loading…
Reference in New Issue
Block a user