summaryrefslogtreecommitdiff
path: root/source3/libsmb/clilist.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-05-22 13:08:06 +0200
committerVolker Lendecke <vl@samba.org>2010-05-22 13:08:38 +0200
commit72d2c370e247d1fffb4d4fc6e558168b4cd4e3dc (patch)
treee1bfce19afdd06fb898315564bf13ba7c4377f32 /source3/libsmb/clilist.c
parent796904e983151cfa46a89a0be62f8940b9655f4a (diff)
downloadsamba-72d2c370e247d1fffb4d4fc6e558168b4cd4e3dc.tar.gz
samba-72d2c370e247d1fffb4d4fc6e558168b4cd4e3dc.tar.bz2
samba-72d2c370e247d1fffb4d4fc6e558168b4cd4e3dc.zip
s3: Remove unreachable code
Diffstat (limited to 'source3/libsmb/clilist.c')
-rw-r--r--source3/libsmb/clilist.c1
1 files changed, 0 insertions, 1 deletions
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);
}
/****************************************************************************