summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient/wbc_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 /nsswitch/libwbclient/wbc_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 'nsswitch/libwbclient/wbc_idmap.c')
-rw-r--r--nsswitch/libwbclient/wbc_idmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/libwbclient/wbc_idmap.c b/nsswitch/libwbclient/wbc_idmap.c
index 270a3c3c3ec..05ac60853a5 100644
--- a/nsswitch/libwbclient/wbc_idmap.c
+++ b/nsswitch/libwbclient/wbc_idmap.c
@@ -24,7 +24,7 @@
#include "replace.h"
#include "libwbclient.h"
#include "../winbind_client.h"
-#include "lib/util/util.h"
+#include "lib/util/smb_strtox.h"
/* Convert a Windows SID to a Unix uid, allocating an uid if needed */
wbcErr wbcCtxSidToUid(struct wbcContext *ctx, const struct wbcDomainSid *sid,