(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:
@@ -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')
|
||||
|
Reference in New Issue
Block a user