diff options
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 2075806f96..6149182b80 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 dcerpc_pipe *sam_pipe, BOOL nocredentials) +GtkWidget *gtk_select_host_dialog_new (struct dcerpc_pipe *sam_pipe) { return GTK_WIDGET ( g_object_new (gtk_select_host_dialog_get_type (), NULL )); } |