X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fmeshlink.c;fp=src%2Fmeshlink.c;h=7994cf3edb295686a0b7955ea6c4faa8b7784323;hb=9bce109a7670d6fb3f52b7be9a3fb2a7e506dd40;hp=b84465822c1f624b625eb7895e47233b30e9c64a;hpb=91b76031f6b71a589f24deaf8c373b157e34b4f6;p=meshlink diff --git a/src/meshlink.c b/src/meshlink.c index b8446582..7994cf3e 100644 --- a/src/meshlink.c +++ b/src/meshlink.c @@ -1459,7 +1459,7 @@ void meshlink_close(meshlink_handle_t *mesh) { if(mesh->conffile) { fclose(mesh->conffile); - } + } memset(mesh, 0, sizeof(*mesh));