Add allow_badcharcnv argument to all conversion function, for
[amitay/samba.git] / source4 / torture / rpc / samlogon.c
index db4657e83559d1962e5658ee58e2155df46a324e..7e1744ffabe56521c3dba8beea056f07485afb2a 100644 (file)
@@ -1175,7 +1175,7 @@ static bool test_plaintext(struct samlogon_state *samlogon_state, enum ntlm_brea
                                   samlogon_state->iconv_convenience,
                                   CH_UNIX, CH_DOS, 
                                   password, strlen(password)+1, 
-                                  (void**)&dospw)) == -1) {
+                                  (void**)&dospw, false)) == -1) {
                DEBUG(0, ("convert_string_talloc failed!\n"));
                exit(1);
        }