Changes of Revision 32
[-] [+] | Changed | rancid-3.2-brocadevdx.patch |
@@ -24,7 +24,7 @@ } } - return(0); -+ if ( $devtype == "brocadevdx" ) ++ if ( $devtype eq "brocadevdx" ) { + $found_end = 1; + return(1); + } else { |
[-] [+] | Changed | rancid-3.2-brocadevdx.patch |
@@ -24,7 +24,7 @@ } } - return(0); -+ if ( $devtype == "brocadevdx" ) ++ if ( $devtype eq "brocadevdx" ) { + $found_end = 1; + return(1); + } else { |