summaryrefslogtreecommitdiff
path: root/source4/heimdal
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-30 18:02:21 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-30 18:02:21 +0100
commite592718c43d14ddb1f97be3a10d02b6a8deaa269 (patch)
tree4046ca4d732263b4f5dcda31a16b93151d06e1da /source4/heimdal
parent3f09dd0d824c3e35423d68e2fb1f14dbd0875dd2 (diff)
downloadsamba-e592718c43d14ddb1f97be3a10d02b6a8deaa269.tar.gz
samba-e592718c43d14ddb1f97be3a10d02b6a8deaa269.tar.bz2
samba-e592718c43d14ddb1f97be3a10d02b6a8deaa269.zip
heimdal:roken: arg_match_long() should return a value
This should fix a build problem on IRIX. metze
Diffstat (limited to 'source4/heimdal')
-rw-r--r--source4/heimdal/lib/roken/getarg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/heimdal/lib/roken/getarg.c b/source4/heimdal/lib/roken/getarg.c
index 7679d7f7f8..3168ccc53d 100644
--- a/source4/heimdal/lib/roken/getarg.c
+++ b/source4/heimdal/lib/roken/getarg.c
@@ -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