Signed-off-by: Sourabh Chandak <[email protected]>
---
src/duda.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/duda.c b/src/duda.c
index f904002..5c52eac 100644
--- a/src/duda.c
+++ b/src/duda.c
@@ -70,7 +70,7 @@ int duda_service_register(struct duda_api_objects *api, struct web_service *ws)
struct duda_method *entry_method, *cs_method;
/* Load and invoke duda_main() */
- service_init = (int (*)()) duda_load_symbol(ws->handler, "duda_maina");
+ service_init = (int (*)()) duda_load_symbol(ws->handler, "duda_main");
if (!service_init) {
mk_err("Duda: invalid web service %s", ws->app_name);
exit(EXIT_FAILURE);
_______________________________________________
Monkey mailing list
[email protected]
http://lists.monkey-project.com/listinfo/monkey