]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_transform/lib/SecTransformReadTransform.cpp
Security-57740.60.18.tar.gz
[apple/security.git] / OSX / libsecurity_transform / lib / SecTransformReadTransform.cpp
index 5d998cf3d281dc159e549730bcabfd486d9d82a9..332ad58ad5860ee8384e2df65432d2b2fdcd47c0 100644 (file)
@@ -70,7 +70,6 @@ static SecTransformInstanceBlock StreamTransformImplementation(CFStringRef name,
                                {
                                        return (CFTypeRef) CreateSecTransformErrorRef(kSecTransformErrorInvalidInput, "The read stream is in an error state");
                                }
-                               break;
 
                                default:
                                        // The assumption is that the stream is ready to go as is.