(edit_attributes): init `tmp'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4517 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1998-03-01 07:14:46 +00:00
parent 935ec29d05
commit dc04656b47

View File

@@ -173,7 +173,7 @@ edit_attributes (const char *prompt, krb5_flags *attr, int *mask, int bit)
attr2str(*attr, buf, sizeof(buf));
for (;;) {
krb5_flags tmp;
krb5_flags tmp = *attr;
get_response("Attributes", buf, resp, sizeof(resp));
if (resp[0] == '\0')