diff options
author | Volker Lendecke <vl@samba.org> | 2009-08-17 22:50:39 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-08-29 19:42:26 +0200 |
commit | 6e2bf7e23480cb467288adac145ec2853aeaa11d (patch) | |
tree | fc52f0a5d9aa9b7928dc1cc5701f215c8e98550e /source3/Makefile.in | |
parent | 91588e6e8f01eee824f7a07d85247ac5a6cd8f9c (diff) | |
download | samba-6e2bf7e23480cb467288adac145ec2853aeaa11d.tar.gz samba-6e2bf7e23480cb467288adac145ec2853aeaa11d.tar.xz samba-6e2bf7e23480cb467288adac145ec2853aeaa11d.zip |
s3:winbind: Add async next_pwent
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 4304df6e377..c930f2af3cc 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1181,6 +1181,7 @@ WINBINDD_OBJ1 = \ winbindd/wb_getgrsid.o \ winbindd/wb_query_user_list.o \ winbindd/wb_fill_pwent.o \ + winbindd/wb_next_pwent.o \ winbindd/winbindd_lookupsid.o \ winbindd/winbindd_lookupname.o \ winbindd/winbindd_sid_to_uid.o \ |