1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

Rename drop_smbconf_internal() to libnet_smbconf_drop().

Michael
(This used to be commit 5873e6a1f8)
This commit is contained in:
Michael Adam 2007-12-25 03:01:59 +01:00
parent 8e53343a74
commit 2764f5a0a6
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));