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:
parent
4c2a3396bb
commit
5873e6a1f8
@ -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;
|
||||
|
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user