The branch, master has been updated
       via  e592718c43d14ddb1f97be3a10d02b6a8deaa269 (commit)
      from  3f09dd0d824c3e35423d68e2fb1f14dbd0875dd2 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit e592718c43d14ddb1f97be3a10d02b6a8deaa269
Author: Stefan Metzmacher <me...@samba.org>
Date:   Fri Jan 30 18:02:21 2009 +0100

    heimdal:roken: arg_match_long() should return a value
    
    This should fix a build problem on IRIX.
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 source4/heimdal/lib/roken/getarg.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/heimdal/lib/roken/getarg.c 
b/source4/heimdal/lib/roken/getarg.c
index 7679d7f..3168ccc 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


-- 
Samba Shared Repository

Reply via email to