remove unnecessary casts leftover from a bogus fix to a previous bug

This commit is contained in:
luigi 2010-03-02 16:24:16 +00:00
parent 787cf8d03f
commit 1a096d21d2

View File

@ -936,7 +936,7 @@ rn_delete(v_arg, netmask_arg, head)
if (m)
log(LOG_ERR,
"rn_delete: Orphaned Mask %p at %p\n",
(void *)m, (void *)x);
m, x);
}
}
/*