(tsg_rep): fix typo in variable name

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9933 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-05-12 15:19:40 +00:00
parent dd8b41d37e
commit b507b4516a

View File

@@ -1743,7 +1743,7 @@ out:
cusec, cusec,
data); data);
} }
free(ctime); free(csec);
free(cusec); free(cusec);
return 0; return 0;
} }