summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 19e04e0)
raw | patch | inline | side by side (parent: 19e04e0)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 18 Feb 2009 22:38:23 +0000 (23:38 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 18 Feb 2009 22:38:23 +0000 (23:38 +0100) |
I. e. the status of "plugin_dispatch_values". That's as meaningful as
we're going to get.
we're going to get.
src/java.c | patch | blob | history |
diff --git a/src/java.c b/src/java.c
index 648555aea0ad3d5de3e63cbc31f38fe42f664bb4..2d4974f2627d318f8986f62a99149631fc45ae88 100644 (file)
--- a/src/java.c
+++ b/src/java.c
return (-1);
}
- plugin_dispatch_values (&vl);
+ status = plugin_dispatch_values (&vl);
sfree (vl.values);
- return (0);
+ return (status);
} /* }}} jint cjni_api_dispatch_values */
static JNINativeMethod jni_api_functions[] =