Re: [Patch] Delete unread assignments in httpd's config.c

2020-08-02 Thread Sebastian Benoit
ok Ross L Richardson(open...@rlr.id.au) on 2020.08.02 21:32:44 +1000: > cppcheck finds some unread assignments in httpd's config.c > > The patch below deletes them and the resulting unused variables. By way of > [a bit more] context, the last of these is: > >682if (srv->srv_

[Patch] Delete unread assignments in httpd's config.c

2020-08-02 Thread Ross L Richardson
cppcheck finds some unread assignments in httpd's config.c The patch below deletes them and the resulting unused variables. By way of [a bit more] context, the last of these is: 682 if (srv->srv_conf.return_uri_len != 0) { 683 if ((srv->srv_conf.return_uri = get_d