lib/smbconf: add delete_share method to SMBConf
commit7e4bc41983a8660f1d16c14ba60d9f3c26e9fc60
authorJohn Mulligan <jmulligan@redhat.com>
Sun, 24 Apr 2022 14:25:50 +0000 (24 10:25 -0400)
committerJeremy Allison <jra@samba.org>
Fri, 6 May 2022 17:16:30 +0000 (6 17:16 +0000)
treea4b74c7716dceee56155f4e79e92c1c85a987e65
parent35df07d5ca639d6ee39903976ed0c329d3bfd4ec
lib/smbconf: add delete_share method to SMBConf

Add a delete_share method wrapping smbconf_delete_share.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
lib/smbconf/pysmbconf.c
python/samba/tests/smbconf.py