Add support for L4Re Virtio Sockets
[src/app-framework-binder.git] / src / locale-root.c
index 1d255bf..fa620fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- Copyright (C) 2015-2018 "IoT.bzh"
+ Copyright (C) 2015-2019 "IoT.bzh"
 
  author: José Bollo <jose.bollo@iot.bzh>
 
@@ -157,7 +157,7 @@ static struct locale_folder *search_folder(struct locale_container *container, c
  */
 static int init_container(struct locale_container *container, int dirfd)
 {
-       int rc, sfd;
+       int rc = 0, sfd;
        DIR *dir;
        struct dirent *dent;
        struct stat st;