* reduced debugging output
[ardour.git] / libs / ardour / port.cc
index 1c79e0c4388cada25e5a51698ac685c588044469..7aadb9183f878817ebaa115fc39977a0c6970573 100644 (file)
@@ -296,8 +296,8 @@ PortFacade::disconnect (Port& other)
 int 
 PortFacade::disconnect_all ()
 {
-       int reta;
-       int retb;
+       int reta = 0;
+       int retb = 0;
 
        if (_ext_port) {
                reta = _ext_port->disconnect_all ();