url: Remove unnecessary initialisation from allocate_conn()
No need to set variables to zero as calloc() does this for us. Closes #3879
Please register or sign in to comment
No need to set variables to zero as calloc() does this for us. Closes #3879