]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Coverity reported issue: missing break
authorOliver Kurth <okurth@vmware.com>
Wed, 10 Jun 2020 19:05:43 +0000 (12:05 -0700)
committerOliver Kurth <okurth@vmware.com>
Wed, 10 Jun 2020 19:05:43 +0000 (12:05 -0700)
Add the missing break.

open-vm-tools/lib/misc/hostinfoPosix.c

index bc4ee70eb18fa8728834811992aedaa486dddc4c..d774d9502736bdd43865391858d75658abfa232d 100644 (file)
@@ -1506,6 +1506,7 @@ HostinfoDefaultLinux(char *distro,            // OUT/OPT:
    case 4:
       distroOut = STR_OS_OTHER_4X_FULL;
       distroShortOut = STR_OS_OTHER_4X;
+      break;
 
    case 5:
       distroOut = STR_OS_OTHER_5X_FULL;