less rk_UNCONST

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22372 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-12-28 16:18:12 +00:00
parent bf6ebf1d25
commit 7e14fe4f56

View File

@@ -142,10 +142,10 @@ test_parse(void)
if (strcmp("workstation", type3.ws) != 0)
errx(1, "type3 ws wrong");
if (strcmp(rk_UNCONST(target), type3.targetname) != 0)
if (strcmp(target, type3.targetname) != 0)
errx(1, "type3 targetname wrong");
if (strcmp(rk_UNCONST(user), type3.username) != 0)
if (strcmp(user, type3.username) != 0)
errx(1, "type3 username wrong");