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