diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-03-23 01:02:29 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:12 -0500 |
commit | 9b48673ad9ed5cf2019df7111fe6ef89ad57573d (patch) | |
tree | 843cdf81bb15a79c9da532aea54f602bc7a59d54 /source4/gtk/common/select.c | |
parent | df8c102ec9c64a44ae4b7aa3a47bdf33178f2dcf (diff) | |
download | samba-9b48673ad9ed5cf2019df7111fe6ef89ad57573d.tar.gz samba-9b48673ad9ed5cf2019df7111fe6ef89ad57573d.tar.bz2 samba-9b48673ad9ed5cf2019df7111fe6ef89ad57573d.zip |
r5987: Add credentials callback for gtk+. The gtk+ apps now no longer
ask for a password when kerberos is being used.
(This used to be commit 642ec7cbef6d392b49ed0fe86d1816d4953e30ad)
Diffstat (limited to 'source4/gtk/common/select.c')
-rw-r--r-- | source4/gtk/common/select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/gtk/common/select.c b/source4/gtk/common/select.c index 269a840220..2075806f96 100644 --- a/source4/gtk/common/select.c +++ b/source4/gtk/common/select.c @@ -256,7 +256,7 @@ GType gtk_select_host_dialog_get_type (void) return mytype; } -GtkWidget *gtk_select_host_dialog_new (struct sam_pipe *sam_pipe, BOOL nocredentials) +GtkWidget *gtk_select_host_dialog_new (struct dcerpc_pipe *sam_pipe, BOOL nocredentials) { return GTK_WIDGET ( g_object_new (gtk_select_host_dialog_get_type (), NULL )); } |