From 50916c8f2fd3e1c8e56b74bbed95d72f328637bc Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 13 Nov 2004 13:45:41 +0000 Subject: r3724: Rename a number of structures, for better consistance between SAMR and NETLOGON. In particular, rename samr_Name to samr_String - given that many strings in this pipe are not 'names', the previous was just confusing. (I look forward to PIDL turning these into simple char * some day...). Also export out a few changes from testjoin.c to allow for how I have written the new RPC-SAMSYNC test. Andrew Bartlett (This used to be commit 9cd666bcfb1fc752a4717010a7c4f05131dc728e) --- source4/gtk/common/select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/gtk/common/select.c') diff --git a/source4/gtk/common/select.c b/source4/gtk/common/select.c index d5d0d6cac4..46a9140831 100644 --- a/source4/gtk/common/select.c +++ b/source4/gtk/common/select.c @@ -158,7 +158,7 @@ GtkWidget *gtk_select_domain_dialog_new (struct dcerpc_pipe *sam_pipe) for (i=0;icount;i++) { GtkTreeIter iter; gtk_list_store_append(d->store_domains, &iter); - gtk_list_store_set (d->store_domains, &iter, 0, r.out.sam->entries[i].name.name, -1); + gtk_list_store_set (d->store_domains, &iter, 0, r.out.sam->entries[i].name.string, -1); } } -- cgit