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:
parent
12a0cd5310
commit
05ff62cf78
@ -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;
|
||||
|
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user