diff options
author | Volker Lendecke <vl@samba.org> | 2009-08-15 11:21:16 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-08-16 10:38:24 +0200 |
commit | e54503e82fdbb337b4de9c5aaef252edb2e11e39 (patch) | |
tree | d998e8b10b15f3da805631ff6fa6813e775dca4c /source3/Makefile.in | |
parent | 1d110e0ef6efa030a65465291f2b8c7874fed1fb (diff) | |
download | samba-e54503e82fdbb337b4de9c5aaef252edb2e11e39.tar.gz samba-e54503e82fdbb337b4de9c5aaef252edb2e11e39.tar.xz samba-e54503e82fdbb337b4de9c5aaef252edb2e11e39.zip |
s3:winbind: Add async wb_seqnums
This is something that would have been very difficult with the old style of
async requests: Send the request to all children simultaneously.
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 14bc86dbf78..61fde565c28 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1165,6 +1165,7 @@ WINBINDD_OBJ1 = \ winbindd/wb_getpwsid.o \ winbindd/wb_gettoken.o \ winbindd/wb_seqnum.o \ + winbindd/wb_seqnums.o \ winbindd/winbindd_lookupsid.o \ winbindd/winbindd_lookupname.o \ winbindd/winbindd_sid_to_uid.o \ |