diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-24 17:01:23 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2005-08-24 17:01:23 +0000 |
commit | a266b329c18fde62e55ca6a0b55db1edabc08d6e (patch) | |
tree | 68ceecd0a28e2abb5584b774d2a93010e6881a5b /source/lib/samba3 | |
parent | bc7e28146a87f499fd09beb440e4992425399246 (diff) | |
download | samba-a266b329c18fde62e55ca6a0b55db1edabc08d6e.tar.gz samba-a266b329c18fde62e55ca6a0b55db1edabc08d6e.tar.xz samba-a266b329c18fde62e55ca6a0b55db1edabc08d6e.zip |
r9591: - Remove empty file
- Fix a couple of typo's
- Fix build of lib/samba3/secrets.c for systems that don't have /usr/include/tdb.h...
Diffstat (limited to 'source/lib/samba3')
-rw-r--r-- | source/lib/samba3/secrets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/samba3/secrets.c b/source/lib/samba3/secrets.c index 4aacffda34f..6b629d1eff8 100644 --- a/source/lib/samba3/secrets.c +++ b/source/lib/samba3/secrets.c @@ -25,7 +25,7 @@ such as the local SID and machine trust password */ #include "includes.h" -#include "tdb.h" +#include "lib/tdb/include/tdb.h" #include "lib/samba3/samba3.h" #include "system/filesys.h" #include "librpc/gen_ndr/ndr_security.h" |