Index: generic/nsf.c =================================================================== diff -u -rfc4e3f5f6a94ef7324baffab90d58cd7eb513907 -r2892d433e290401493c7cb5bbdd873556149ba44 --- generic/nsf.c (.../nsf.c) (revision fc4e3f5f6a94ef7324baffab90d58cd7eb513907) +++ generic/nsf.c (.../nsf.c) (revision 2892d433e290401493c7cb5bbdd873556149ba44) @@ -3230,6 +3230,7 @@ */ Tcl_Obj *bootstrapObj = Tcl_GetVar2Ex(interp, "::nsf::bootstrap", NULL, TCL_GLOBAL_ONLY); fprintf(stderr, "bootStrapObv = %p\n", bootstrapObj); + result = TCL_OK; if (bootstrapObj == NULL) { result = NsfVarErrMsg(interp, "Method '", methodName, "' of ", objectName(object), " cannot be overwritten. Derive e.g. a sub-class!",