1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Rename drop_smbconf_internal() to libnet_smbconf_drop().

Michael
This commit is contained in:
Michael Adam 2007-12-25 03:01:59 +01:00
parent 4c2a3396bb
commit 5873e6a1f8
2 changed files with 2 additions and 2 deletions

View File

@ -243,7 +243,7 @@ done:
*
**********************************************************************/
WERROR drop_smbconf_internal(TALLOC_CTX *ctx)
WERROR libnet_smbconf_drop(TALLOC_CTX *ctx)
{
char *path, *p;
WERROR werr = WERR_OK;

View File

@ -538,7 +538,7 @@ int net_conf_drop(int argc, const char **argv)
goto done;
}
werr = drop_smbconf_internal(NULL);
werr = libnet_smbconf_drop(NULL);
if (!W_ERROR_IS_OK(werr)) {
d_fprintf(stderr, "Error deleting configuration: %s\n",
dos_errstr(werr));