summaryrefslogtreecommitdiff
path: root/source3/utils/net_idmap.c
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2020-07-03 08:11:20 +0200
committerJeremy Allison <jra@samba.org>2020-08-03 22:21:02 +0000
commit23274717563b19684c52f8a909f528f608dafd7c (patch)
treea4bce4303349b9598aeaeb62a8f67c462976f06d /source3/utils/net_idmap.c
parent611e643d14659be8a63e9ca51d5d05659c4b8b6c (diff)
downloadsamba-23274717563b19684c52f8a909f528f608dafd7c.tar.gz
lib: relicense smb_strtoul(l) under LGPLv3
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Swen Schillig <swen@linux.ibm.com> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Mon Aug 3 22:21:04 UTC 2020 on sn-devel-184
Diffstat (limited to 'source3/utils/net_idmap.c')
-rw-r--r--source3/utils/net_idmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net_idmap.c b/source3/utils/net_idmap.c
index 24417a8620f..027b74131dd 100644
--- a/source3/utils/net_idmap.c
+++ b/source3/utils/net_idmap.c
@@ -28,6 +28,7 @@
#include "net_idmap_check.h"
#include "util_tdb.h"
#include "idmap_autorid_tdb.h"
+#include "lib/util/smb_strtox.h"
#define ALLOC_CHECK(mem) do { \
if (!mem) { \