Correct pretty bad typo.

This commit is contained in:
Joris Vink 2016-02-06 14:59:54 +01:00
parent f36ac911d3
commit d4435bec8d
1 changed files with 1 additions and 1 deletions

View File

@ -858,7 +858,7 @@ static int
configure_chroot(char *path)
{
if (chroot_path != NULL)
kore_mem_free(chroot_path),
kore_mem_free(chroot_path);
chroot_path = kore_strdup(path);
return (KORE_RESULT_OK);