summaryrefslogtreecommitdiff
path: root/source4/gtk/common
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-10-25 11:28:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:04:41 -0500
commit883fdf1a17f6aac44fb201c52e239810144b22e2 (patch)
treeb01fa55bc46d7c61268b01139e3dbce37d19fa52 /source4/gtk/common
parent98f9d5cdf6451298001dc7ac71336d4206010181 (diff)
downloadsamba-883fdf1a17f6aac44fb201c52e239810144b22e2.tar.gz
samba-883fdf1a17f6aac44fb201c52e239810144b22e2.tar.bz2
samba-883fdf1a17f6aac44fb201c52e239810144b22e2.zip
r3211: Add a graphical endpoint mapper view tool
(This used to be commit 71dfc27b8efb3057c4b7383feca0ba35ab5768a4)
Diffstat (limited to 'source4/gtk/common')
-rw-r--r--source4/gtk/common/gtk-smb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/gtk/common/gtk-smb.c b/source4/gtk/common/gtk-smb.c
index 2bc14d93bf..6a581beec7 100644
--- a/source4/gtk/common/gtk-smb.c
+++ b/source4/gtk/common/gtk-smb.c
@@ -342,6 +342,7 @@ struct dcerpc_binding *gtk_rpc_binding_dialog_get_binding(GtkRpcBindingDialog *d
binding->options = NULL;
binding->flags = 0;
+ binding->endpoint = NULL;
if(gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(d->chk_seal))) {
binding->flags |= DCERPC_SEAL;