1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

Fix build warning.

Guenther
This commit is contained in:
Günther Deschner 2008-04-01 00:14:00 +02:00
parent 8b4eac0ab1
commit c40522cfe9

View File

@ -2393,7 +2393,7 @@ static NTSTATUS get_user_info_20(TALLOC_CTX *mem_ctx,
samr_clear_sam_passwd(sampass); samr_clear_sam_passwd(sampass);
DEBUG(3,("User:[%s] has [%s] (length: %d)\n", pdb_get_username(sampass), DEBUG(3,("User:[%s] has [%s] (length: %d)\n", pdb_get_username(sampass),
munged_dial, strlen(munged_dial))); munged_dial, (int)strlen(munged_dial)));
if (munged_dial) { if (munged_dial) {
blob = base64_decode_data_blob(munged_dial); blob = base64_decode_data_blob(munged_dial);