Merge branch 'develop' of https://github.com/mariadb-corporation/MaxScale into develop
This commit is contained in:
commit
9d3b961c15
@ -325,7 +325,7 @@ static int hashkeyfun(
|
||||
while((c = *ptr++)){
|
||||
hash = c + (hash << 6) + (hash << 16) - hash;
|
||||
}
|
||||
return *(int *)key;
|
||||
return hash;
|
||||
}
|
||||
|
||||
static int hashcmpfun(
|
||||
|
Loading…
x
Reference in New Issue
Block a user