Fix autotest

This commit is contained in:
Jan Vidar Krey 2010-02-08 00:35:58 +01:00
parent 74a2191350
commit 6ac78e1a10
1 changed files with 1 additions and 1 deletions

View File

@ -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;