diff options
author | gjelinek <none@none> | 2008-04-09 05:54:00 -0700 |
---|---|---|
committer | gjelinek <none@none> | 2008-04-09 05:54:00 -0700 |
commit | 5529abe02121fd6e540b19adb0d8f1715de83b58 (patch) | |
tree | ab66f3db4693aae6a16b45b870a5e19606872a13 /usr/src | |
parent | c6c44d06f00f5c5334c17bebb3984a3b24d476fc (diff) | |
download | illumos-joyent-5529abe02121fd6e540b19adb0d8f1715de83b58.tar.gz |
6685869 duplicate pkgs in update-on-attach pkg list
Diffstat (limited to 'usr/src')
-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; } /* |