diff options
Diffstat (limited to 'source4/gtk/common')
-rw-r--r-- | source4/gtk/common/gtk-smb.c | 1 |
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; |