autorid: use the db argument in the initialize traverse action.
commit375d46791ce867d38e815e9a830a7e769e058327
authorMichael Adam <obnox@samba.org>
Wed, 2 Apr 2014 22:06:04 +0000 (3 00:06 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 3 Apr 2014 06:36:55 +0000 (3 08:36 +0200)
tree16d0ce67f8cd24b08d00742a7942e1f9fbafb3b6
parent837671f47670b16726aa96ba7a0902974a1037eb
autorid: use the db argument in the initialize traverse action.

By a copy and paste error, the global autorid_db was used.
This was not currently a problem in behaviour, because this
autorid_db is passed as the argument.

This change fixes the callback function for consistency.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Thu Apr  3 08:36:55 CEST 2014 on sn-devel-104
source3/winbindd/idmap_autorid.c