1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-26 04:23:49 +03:00

libsmbconf: rename smbconf_init_txt_simple() to smbconf_init_txt().

...for consistency.

Michael
(This used to be commit 3d1da73f66)
This commit is contained in:
Michael Adam
2008-04-22 15:50:42 +02:00
parent 9188c8e381
commit b2425f88fa
4 changed files with 9 additions and 9 deletions

View File

@@ -183,7 +183,7 @@ static bool torture_smbconf_txt(void)
printf("test: text backend\n");
printf("test: init\n");
werr = smbconf_init_txt_simple(mem_ctx, &conf_ctx, NULL);
werr = smbconf_init_txt(mem_ctx, &conf_ctx, NULL);
if (!W_ERROR_IS_OK(werr)) {
printf("failure: init failed: %s\n", dos_errstr(werr));
ret = false;