diff options
author | Jeremy Allison <jra@samba.org> | 2000-05-31 17:51:28 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-05-31 17:51:28 +0000 |
commit | 400263245b4e5344b496c5de52a659f040206798 (patch) | |
tree | 27d9ed34a234b2c5eb20f51fbd6f65a1a6524a37 /source/Makefile.in | |
parent | 9adb9399df27c5c1d7fec04f80d49e5476200738 (diff) | |
download | samba-400263245b4e5344b496c5de52a659f040206798.tar.gz samba-400263245b4e5344b496c5de52a659f040206798.tar.xz samba-400263245b4e5344b496c5de52a659f040206798.zip |
Fixed interface between new ACLS and nttrans code.
Jeremy.
Diffstat (limited to 'source/Makefile.in')
-rw-r--r-- | source/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index 0f5e0d9d311..f9720854026 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -164,7 +164,7 @@ SMBD_OBJ1 = smbd/server.o smbd/files.o smbd/chgpasswd.o smbd/connection.o \ smbd/reply.o smbd/trans2.o smbd/uid.o \ smbd/dosmode.o smbd/filename.o smbd/open.o smbd/close.o smbd/blocking.o \ smbd/vfs.o smbd/vfs-wrap.o smbd/statcache.o \ - lib/util_unixsd.o lib/msrpc-client.o lib/msrpc_use.o \ + smbd/unix_acls.o lib/msrpc-client.o lib/msrpc_use.o \ rpc_parse/parse_creds.o \ smbd/process.o smbd/oplock.o smbd/service.o smbd/error.o \ printing/printfsp.o |