From 530d41732df74e626478233fb451e02db8c1b7b8 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Tue, 27 Jul 2004 02:37:54 +0000 Subject: [PATCH] Revert last fix, because it breaks dynamic methods --- ext/com_dotnet/com_handlers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/com_dotnet/com_handlers.c b/ext/com_dotnet/com_handlers.c index f0369ce68c..d18a5a952c 100644 --- a/ext/com_dotnet/com_handlers.c +++ b/ext/com_dotnet/com_handlers.c @@ -350,8 +350,8 @@ static union _zend_function *com_method_get(zval *object, char *name, int len TS break; case DESCKIND_NONE: - default: - fptr = NULL; + //default: + // fptr = NULL; break; } if (TI) { -- 2.50.1