From 72d2c370e247d1fffb4d4fc6e558168b4cd4e3dc Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 22 May 2010 13:08:06 +0200 Subject: s3: Remove unreachable code --- source3/libsmb/clilist.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/libsmb/clilist.c b/source3/libsmb/clilist.c index 5a972041ba..83b9eb1301 100644 --- a/source3/libsmb/clilist.c +++ b/source3/libsmb/clilist.c @@ -530,7 +530,6 @@ static bool interpret_short_filename(TALLOC_CTX *ctx, sizeof(finfo->short_name)); } return true; - return(DIR_STRUCT_SIZE); } /**************************************************************************** -- cgit