1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

Fix return of result. Patch from Yasuma Takeda <yasuma@miraclelinux.com>

Jeremy.
(This used to be commit 95e33b1250abbbb3a0ad5e9fa1586d545e51322b)
This commit is contained in:
Jeremy Allison 2003-09-22 17:39:44 +00:00
parent bb68fd0f15
commit 68e83434b5

View File

@ -161,6 +161,7 @@ BOOL lang_tdb_init(const char *lang)
}
current_lang = strdup(lang);
result = True;
done:
SAFE_FREE(msg_path);