diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-11-13 09:58:51 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:15:46 -0500 |
commit | 782d33e1c844344a339cac75b639a8775d2593b1 (patch) | |
tree | 774eb011a5418c4c672e346dafea3ae642dc57b9 /source3/nsswitch | |
parent | 3a1ada7635a6b585747afc3885302a3557cf5fb8 (diff) | |
download | samba-782d33e1c844344a339cac75b639a8775d2593b1.tar.gz samba-782d33e1c844344a339cac75b639a8775d2593b1.tar.bz2 samba-782d33e1c844344a339cac75b639a8775d2593b1.zip |
r19686: Fix the build
(This used to be commit 28ac0235810c53eccb449201ac933d7eaf8eb38f)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r-- | source3/nsswitch/winbindd_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_util.c b/source3/nsswitch/winbindd_util.c index 1486a20aae..cdffc28087 100644 --- a/source3/nsswitch/winbindd_util.c +++ b/source3/nsswitch/winbindd_util.c @@ -1229,7 +1229,7 @@ BOOL winbindd_upgrade_idmap(void) pstrcpy(backup_name, idmap_name); pstrcat(backup_name, ".bak"); - if (backup_tdb(idmap_name, backup_name) != 0) { + if (backup_tdb(idmap_name, backup_name, 0) != 0) { DEBUG(0, ("Could not backup idmap database\n")); return False; } |