X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/a2c473bb59789eeeb45e541bd405cc8ccd3577f5..d3d07a5e860f1cde0e234ec7a1aff7111a2c514f:/acls.c diff --git a/acls.c b/acls.c index 3670a4da..d9023e2f 100644 --- a/acls.c +++ b/acls.c @@ -3,7 +3,7 @@ * * Copyright (C) 1996 Andrew Tridgell * Copyright (C) 1996 Paul Mackerras - * Copyright (C) 2006 Wayne Davison + * Copyright (C) 2006-2008 Wayne Davison * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -101,6 +101,8 @@ static const char *str_acl_type(SMB_ACL_TYPE_T type) #endif case SMB_ACL_TYPE_DEFAULT: return "ACL_TYPE_DEFAULT"; + default: + break; } return "unknown ACL type!"; }