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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user