The branch, master has been updated via abb96e202b93f044d39b4ed17422248e8c721811 (commit) from c6f82b525913856c9b483c8df43e5eecd896203b (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit abb96e202b93f044d39b4ed17422248e8c721811 Author: Stefan Metzmacher <me...@samba.org> Date: Fri Feb 13 13:35:19 2009 +0100 s4:torture/samba3rpc: fix the build after get_myname() changes metze ----------------------------------------------------------------------- Summary of changes: source4/torture/rpc/samba3rpc.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Changeset truncated at 500 lines: diff --git a/source4/torture/rpc/samba3rpc.c b/source4/torture/rpc/samba3rpc.c index 5f803b0..9cb36fc 100644 --- a/source4/torture/rpc/samba3rpc.c +++ b/source4/torture/rpc/samba3rpc.c @@ -1249,7 +1249,7 @@ bool torture_netlogon_samba3(struct torture_context *torture) wks_name = torture_setting_string(torture, "wksname", NULL); if (wks_name == NULL) { - wks_name = get_myname(); + wks_name = get_myname(torture); } mem_ctx = talloc_init("torture_netlogon_samba3"); @@ -1426,7 +1426,7 @@ bool torture_samba3_sessionkey(struct torture_context *torture) struct cli_credentials *anon_creds; const char *wks_name; - wks_name = torture_setting_string(torture, "wksname", get_myname()); + wks_name = torture_setting_string(torture, "wksname", get_myname(torture)); if (!(anon_creds = cli_credentials_init_anon(torture))) { d_printf("create_anon_creds failed\n"); @@ -3024,7 +3024,7 @@ static NTSTATUS enumvalues(struct dcerpc_pipe *p, struct policy_handle *handle, while (1) { struct winreg_EnumValue r; - struct winreg_StringBuf name; + struct winreg_ValNameBuf name; enum winreg_Type type = 0; uint8_t buf8[1024]; NTSTATUS status; -- Samba Shared Repository