mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r14410: init a var
This commit is contained in:
parent
2ec2894f72
commit
59bc3e8ab0
@ -435,7 +435,7 @@ static void on_open_remote_activate(GtkMenuItem *menuitem, gpointer user_data)
|
||||
static void on_save_as_activate(GtkMenuItem *menuitem, gpointer user_data)
|
||||
{
|
||||
gint result;
|
||||
WERROR error;
|
||||
WERROR error = WERR_OK;
|
||||
GtkWidget *savefilewin = create_savefilewin();
|
||||
result = gtk_dialog_run(GTK_DIALOG(savefilewin));
|
||||
switch(result) {
|
||||
|
Loading…
Reference in New Issue
Block a user