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

Rename libnet_smbconf_drop() to libnet_conf_drop().

Michael
(This used to be commit 42ae33a962)
This commit is contained in:
Michael Adam 2008-01-03 13:48:56 +01:00
parent 12a0cd5310
commit 05ff62cf78
2 changed files with 2 additions and 2 deletions

View File

@ -391,7 +391,7 @@ done:
/**
* Drop the whole configuration (restarting empty).
*/
WERROR libnet_smbconf_drop(void)
WERROR libnet_conf_drop(void)
{
char *path, *p;
WERROR werr = WERR_OK;

View File

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