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