1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

heimdal:roken: arg_match_long() should return a value

This should fix a build problem on IRIX.

metze
This commit is contained in:
Stefan Metzmacher 2009-01-30 18:02:21 +01:00
parent 3f09dd0d82
commit e592718c43

View File

@ -478,6 +478,9 @@ arg_match_long(struct getargs *args, size_t num_args,
default:
abort ();
}
/* not reached */
return ARG_ERR_NO_MATCH;
}
static int