]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
heimdal:roken: arg_match_long() should return a value
authorStefan Metzmacher <metze@samba.org>
Fri, 30 Jan 2009 17:02:21 +0000 (18:02 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 30 Jan 2009 17:02:21 +0000 (18:02 +0100)
This should fix a build problem on IRIX.

metze

source4/heimdal/lib/roken/getarg.c

index 7679d7f7f89c83f7e036bdd0912719814edadb07..3168ccc53d2c5cd68f73b26b898173f95ab73cf9 100644 (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