Commit 59902964 authored by berge's avatar berge
Browse files

Fixed bug in a_refuseFileAccess: do not reject readCurrentFile command

parent 283205e6
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -419,12 +419,6 @@
        		repeat;
    		}
    				
    		// READ Command (using current EF)
    		[] mrtdport.receive(mw_readCurrentEF) {
        		mrtdport.send(m_responseNOK(c_w1w2NoCurrentEF));
        		repeat;
    		}
    				
    		// TODO: receive statements for B1	
			
		} // end a_refuseFileAccess