@ -566,7 +566,7 @@ void georadiusGeneric(client *c, int flags) {
/* If no matching results, the user gets an empty reply. */
if(ga->used==0&&storekey==NULL){
addReplyNullArray(c);
addReply(c,shared.emptyarray);
geoArrayFree(ga);
return;
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.