pam_winbind: Avoid a use of sprintf
authorVolker Lendecke <vl@samba.org>
Thu, 31 Mar 2016 12:41:07 +0000 (14:41 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 31 Mar 2016 18:30:11 +0000 (20:30 +0200)
commit4f65fa9c7b60264d71c8fe8ed715fb5c63e528ba
tree999c8122746a094b6935fcc867494e4e38237806
parent9d6d62010be2a54b6828cc4cc9c13b5657c8b4a0
pam_winbind: Avoid a use of sprintf

pam_winbind depends on talloc, which depends on libreplace, so we have asprintf
available.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
nsswitch/pam_winbind.c