mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 09:09:59 -04:00
removed initializations of nonexistent variables at Danny's request
This commit is contained in:
parent
221a206115
commit
19b34f979c
1 changed files with 1 additions and 5 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: gen.c,v 1.61 2001/07/06 02:56:47 mayer Exp $ */
|
||||
/* $Id: gen.c,v 1.62 2001/07/06 17:35:04 gson Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -469,10 +469,6 @@ main(int argc, char **argv) {
|
|||
char *file = NULL;
|
||||
isc_dir_t dir;
|
||||
|
||||
isc_commandline_index = 1;
|
||||
isc_commandline_errprint = 1;
|
||||
isc_commandline_reset = ISC_TRUE;
|
||||
|
||||
for (i = 0 ; i <= 255 ; i++)
|
||||
memset(&typenames[i], 0, sizeof(typenames[i]));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue