Skip to content

Commit

Permalink
Revert an out-of-scope change in policy extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
greghudson committed Jul 31, 2012
1 parent 5edafa0 commit 9a07096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kadmin/dbutil/dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -2199,7 +2199,7 @@ process_r1_8_policy(fname, kcontext, filep, flags, linenop)
* To make this compatible with future policy extensions, we
* ignore any additional values.
*/
nread = fscanf(filep, "%1024s\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d%*[^\n]",
nread = fscanf(filep, "%1024s\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d",
rec.name,
&rec.pw_min_life, &rec.pw_max_life,
&rec.pw_min_length, &rec.pw_min_classes,
Expand Down

0 comments on commit 9a07096

Please sign in to comment.