(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:
@@ -332,9 +332,9 @@ static int
|
|||||||
ka_dump(struct prop_data *pd, const char *file, const char *cell)
|
ka_dump(struct prop_data *pd, const char *file, const char *cell)
|
||||||
{
|
{
|
||||||
struct ka_header header;
|
struct ka_header header;
|
||||||
krb5_error_code ret;
|
|
||||||
int i;
|
int i;
|
||||||
int fd = open(file, O_RDONLY);
|
int fd = open(file, O_RDONLY);
|
||||||
|
|
||||||
if(fd < 0)
|
if(fd < 0)
|
||||||
krb5_err(pd->context, 1, errno, "open(%s)", file);
|
krb5_err(pd->context, 1, errno, "open(%s)", file);
|
||||||
read_block(pd->context, fd, 0, &header, sizeof(header));
|
read_block(pd->context, fd, 0, &header, sizeof(header));
|
||||||
|
Reference in New Issue
Block a user