treat references to object identifier differently


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@267 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/libasn1fix/asn1fix_derefv.c b/libasn1fix/asn1fix_derefv.c
index 7be9d6d..a00eac9 100644
--- a/libasn1fix/asn1fix_derefv.c
+++ b/libasn1fix/asn1fix_derefv.c
@@ -32,7 +32,7 @@
 			r_value = -1;
 		}
 
-		if(expr->value->type != ATV_INTEGER) {
+		if(0 && expr->value->type != ATV_INTEGER) {
 			FATAL(
 				"INTEGER value %s at line %d: "
 				"Incompatible value specified: %s",