mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
fix "dubious escape" warning of Studio compiler
This commit is contained in:
parent
5ff4cb580f
commit
c3691b839c
@ -214,7 +214,7 @@ static bool torture_smbconf_txt(void)
|
||||
printf("TEST: init\n");
|
||||
werr = smbconf_init_txt(mem_ctx, &conf_ctx, filename);
|
||||
if (!W_ERROR_IS_OK(werr)) {
|
||||
printf("FAIL: text backend\[ failed: %s\n", win_errstr(werr));
|
||||
printf("FAIL: text backend failed: %s\n", win_errstr(werr));
|
||||
ret = false;
|
||||
goto done;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user