summaryrefslogtreecommitdiff
path: root/source3/lib/smbconf
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2019-01-08 16:59:23 +0100
committerAndreas Schneider <asn@cryptomilk.org>2019-01-28 10:29:15 +0100
commit54c1ab6d755b03ea0f43cb583e28f1006d61c01e (patch)
tree5e2cef8855fc7044ba1e19902a18a212f2bbddb9 /source3/lib/smbconf
parent650af8bf9e98c9d79867952ce21465198338ceb1 (diff)
downloadsamba-54c1ab6d755b03ea0f43cb583e28f1006d61c01e.tar.gz
s3:lib: Use POPT_TABLEEND for last element of poptOption
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'source3/lib/smbconf')
-rw-r--r--source3/lib/smbconf/testsuite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/smbconf/testsuite.c b/source3/lib/smbconf/testsuite.c
index 1e8d0fe27ee..0053f9f042d 100644
--- a/source3/lib/smbconf/testsuite.c
+++ b/source3/lib/smbconf/testsuite.c
@@ -293,7 +293,7 @@ int main(int argc, const char **argv)
struct poptOption long_options[] = {
POPT_COMMON_SAMBA
- {0, 0, 0, 0}
+ POPT_TABLEEND
};
smb_init_locale();