summaryrefslogtreecommitdiff
path: root/source3/nsswitch/wbinfo.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2006-11-29 23:20:22 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:16:15 -0500
commited34ffb14792cc47ca1af5ffeb076f3c2d7f28dc (patch)
treef2cdb0d12e201655161b5a3973331cae1edaca17 /source3/nsswitch/wbinfo.c
parent5893c0215d1c72ea9063b5e609d1c880dea0f1e8 (diff)
downloadsamba-ed34ffb14792cc47ca1af5ffeb076f3c2d7f28dc.tar.gz
samba-ed34ffb14792cc47ca1af5ffeb076f3c2d7f28dc.tar.bz2
samba-ed34ffb14792cc47ca1af5ffeb076f3c2d7f28dc.zip
r19957: Initial framework to make winbindd robust
against tdb corruption. Needs fleshing out (and I forgot one record type) and needs helpful suggestion from Volker to validate freelist, but should give an idea of how this will look. Jeremy. (This used to be commit 8eb53f74e414483afde7b1e38ea2a3f56ae3ec66)
Diffstat (limited to 'source3/nsswitch/wbinfo.c')
-rw-r--r--source3/nsswitch/wbinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/wbinfo.c b/source3/nsswitch/wbinfo.c
index ffca4121fa..cabf995042 100644
--- a/source3/nsswitch/wbinfo.c
+++ b/source3/nsswitch/wbinfo.c
@@ -1182,7 +1182,7 @@ enum {
OPT_GROUP_INFO,
};
-int main(int argc, char **argv)
+int main(int argc, char **argv, char **envp)
{
int opt;