diff options
Diffstat (limited to 'usr/src/cmd/zoneadm/sw_cmp.c')
-rw-r--r-- | usr/src/cmd/zoneadm/sw_cmp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/zoneadm/sw_cmp.c b/usr/src/cmd/zoneadm/sw_cmp.c index 7dcb06e958..45f3b938a9 100644 --- a/usr/src/cmd/zoneadm/sw_cmp.c +++ b/usr/src/cmd/zoneadm/sw_cmp.c @@ -978,7 +978,7 @@ sw_up_to_date(zone_dochandle_t l_handle, zone_dochandle_t s_handle, goto fatal; } res = Z_ERR; - continue; + break; } /* Check if the dst patch is newer than the src patch */ @@ -1002,7 +1002,7 @@ sw_up_to_date(zone_dochandle_t l_handle, zone_dochandle_t s_handle, goto fatal; } res = Z_ERR; - continue; + break; } /* |