# # # patch "Monotone/AutomateStdio.pm" # from [8b2a3344c4e15f75286d9b0d9dbd4025d4adadc9] # to [e8e263add61a718768ca43d27100d640284c1315] # ============================================================ --- Monotone/AutomateStdio.pm 8b2a3344c4e15f75286d9b0d9dbd4025d4adadc9 +++ Monotone/AutomateStdio.pm e8e263add61a718768ca43d27100d640284c1315 @@ -182,8 +182,13 @@ sub new($;$) $this = {}; $this->{db_name} = $db_name; $this->{mtn_pid} = 0; - $this->{cmd_cnt} = 0; + $this->{mtn_in} = undef; + $this->{mtn_out} = undef; + $this->{mtn_err} = undef; $this->{mtn_err_msg} = ""; + $this->{mtn_aif_major} = 0; + $this->{mtn_aif_minor} = 0; + $this->{cmd_cnt} = 0; startup($this);