X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Flocale-root.c;h=40cd050cfac09d2e63ec02a542e1bda4766fb7fe;hb=65bbbd793955336bad0fe80e48f952a2a9a5e6bf;hp=1d255bf3338acc1a4e577add2fa69ce4fb8a0cf2;hpb=425458b99b65ada911c21ba1896a5733541e5170;p=src%2Fapp-framework-binder.git diff --git a/src/locale-root.c b/src/locale-root.c index 1d255bf3..40cd050c 100644 --- a/src/locale-root.c +++ b/src/locale-root.c @@ -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;