From 6ac78e1a101104011f3a6e000933f2357c951747 Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Mon, 8 Feb 2010 00:35:58 +0100 Subject: [PATCH] Fix autotest --- src/core/inf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/inf.c b/src/core/inf.c index 5034057..f2229a2 100644 --- a/src/core/inf.c +++ b/src/core/inf.c @@ -665,7 +665,7 @@ static int hub_perform_login_checks(struct hub_info* hub, struct hub_user* user, * * @return 0 if success, <0 if error, >0 if authentication needed. */ -static int hub_handle_info_login(struct hub_info* hub, struct hub_user* user, struct adc_message* cmd) +int hub_handle_info_login(struct hub_info* hub, struct hub_user* user, struct adc_message* cmd) { int code = 0;