mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-13 09:20:39 +01:00
Add message for starting new attempt to connect
This commit is contained in:
parent
24bb8af9f5
commit
16ff61b7e8
1 changed files with 1 additions and 0 deletions
|
|
@ -183,6 +183,7 @@ do_corrupt_sspi_auth (Fixture *f,
|
|||
output_sec_buffer.cbBuffer = _dbus_string_get_length (&f->plaintext);
|
||||
output_sec_buffer.pvBuffer = _dbus_string_get_data (&f->plaintext);
|
||||
|
||||
g_print ("\nInit security context\n");
|
||||
ss = InitializeSecurityContextW (&f->credentials,
|
||||
NULL,
|
||||
NULL,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue