diff options
author | Michael Adam <obnox@samba.org> | 2009-01-28 08:52:53 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-01-28 09:43:57 +0100 |
commit | 59859b547c81bf398d12a1f9b206a32c6fd55433 (patch) | |
tree | 649812afff406de30a836a2d13a12a5f992cc434 /source3/winbindd | |
parent | ca3a801a82729b4a8d9db067a0a2838b1e0fee81 (diff) | |
download | samba-59859b547c81bf398d12a1f9b206a32c6fd55433.tar.gz samba-59859b547c81bf398d12a1f9b206a32c6fd55433.tar.bz2 samba-59859b547c81bf398d12a1f9b206a32c6fd55433.zip |
s3: separate tdb validation code out into its own source file
So this gets now linked only into its single user: winbindd
(needed by winbindd_cache.c)
Michael
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/winbindd_cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_cache.c b/source3/winbindd/winbindd_cache.c index a0df81eb6e..8326aba40a 100644 --- a/source3/winbindd/winbindd_cache.c +++ b/source3/winbindd/winbindd_cache.c @@ -25,6 +25,7 @@ #include "includes.h" #include "winbindd.h" +#include "tdb_validate.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_WINBIND |