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:
parent
3f09dd0d82
commit
e592718c43
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user