Re: [Patch] Remove unnecessary assignment in httpd's server_fcgi.c

2020-08-02 Thread Sebastian Benoit
ok Ross L Richardson(open...@rlr.id.au) on 2020.08.02 21:52:50 +1000: > cppcheck finds an unnecessary assignment. > > The patch below deletes it. > > Ross > > Index: server_fcgi.c > === > RCS file: /cvs/src/usr.sbin/httpd/server_fc

[Patch] Remove unnecessary assignment in httpd's server_fcgi.c

2020-08-02 Thread Ross L Richardson
cppcheck finds an unnecessary assignment. The patch below deletes it. Ross Index: server_fcgi.c === RCS file: /cvs/src/usr.sbin/httpd/server_fcgi.c,v retrieving revision 1.81 diff -u -p -r1.81 server_fcgi.c --- server_fcgi.c 9