(ka_dump): remove unused variables

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5872 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-04-07 19:38:02 +00:00
parent bddf9f2d9e
commit 2d37fa907b

View File

@@ -332,9 +332,9 @@ static int
ka_dump(struct prop_data *pd, const char *file, const char *cell)
{
struct ka_header header;
krb5_error_code ret;
int i;
int fd = open(file, O_RDONLY);
if(fd < 0)
krb5_err(pd->context, 1, errno, "open(%s)", file);
read_block(pd->context, fd, 0, &header, sizeof(header));