(getit): init data.mask to 0.

Problem found by Andrew Abartlet <abartlet@samba.org>


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15310 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-05-30 20:41:17 +00:00
parent 58460893e1
commit 5ce5bb68b5

View File

@@ -353,6 +353,7 @@ getit(struct get_options *opt, const char *name, int argc, char **argv)
data.table = NULL; data.table = NULL;
data.chead = NULL; data.chead = NULL;
data.ctail = &data.chead; data.ctail = &data.chead;
data.mask = 0;
if(opt->short_flag || opt->terse_flag) { if(opt->short_flag || opt->terse_flag) {
data.table = rtbl_create(); data.table = rtbl_create();