kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit d4435bec8d0c80094adf4f780983897c8d684faa
parent f36ac911d3f66f75be91a5f7ea9e8ef9ce6031a6
Author: Joris Vink <joris@coders.se>
Date:   Sat,  6 Feb 2016 14:59:54 +0100

Correct pretty bad typo.

Diffstat:
src/config.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/config.c b/src/config.c @@ -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);