diff options
author | Wez Furlong <wez@php.net> | 2003-04-24 13:52:16 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-04-24 13:52:16 +0000 |
commit | 2e4f176a6de0c34507916623080cabe2f09390f0 (patch) | |
tree | 21b2d0205e23cdb3594a6f8352722a7638ca538b | |
parent | 694f5ed4de583252ce1631af7fe6963891271e87 (diff) | |
download | php-git-2e4f176a6de0c34507916623080cabe2f09390f0.tar.gz |
Potential fix for problems during registration
-rw-r--r-- | sapi/activescript/classfactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/activescript/classfactory.cpp b/sapi/activescript/classfactory.cpp index 7dd37424c7..2dfcccc067 100644 --- a/sapi/activescript/classfactory.cpp +++ b/sapi/activescript/classfactory.cpp @@ -243,7 +243,7 @@ static int perform_registration(BOOL do_reg) { char module_name[MAX_PATH]; char classid[40]; - int ret = 0; + int ret = 1; int i, j; struct reg_subst subst = {0}; LPOLESTR classidw; |