Browse code

update

git-svn: trunk@2604

Tomasz Kojm authored on 2007/01/10 20:00:01
Showing 1 changed files
... ...
@@ -1895,7 +1895,7 @@ int cli_magic_scandesc(int desc, cli_ctx *ctx)
1895 1895
 	 * in raw mode. Now we will try to unpack them
1896 1896
 	 */
1897 1897
 	case CL_TYPE_MSEXE:
1898
-	    if(SCAN_PE)
1898
+	    if(SCAN_PE && ctx->dconf->pe)
1899 1899
 		ret = cli_scanpe(desc, ctx);
1900 1900
 	    break;
1901 1901