diff options
author | Volker Lendecke <vl@samba.org> | 2010-05-22 13:08:06 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-05-22 13:08:38 +0200 |
commit | 72d2c370e247d1fffb4d4fc6e558168b4cd4e3dc (patch) | |
tree | e1bfce19afdd06fb898315564bf13ba7c4377f32 | |
parent | 796904e983151cfa46a89a0be62f8940b9655f4a (diff) | |
download | samba-72d2c370e247d1fffb4d4fc6e558168b4cd4e3dc.tar.gz samba-72d2c370e247d1fffb4d4fc6e558168b4cd4e3dc.tar.bz2 samba-72d2c370e247d1fffb4d4fc6e558168b4cd4e3dc.zip |
s3: Remove unreachable code
-rw-r--r-- | source3/libsmb/clilist.c | 1 |
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); } /**************************************************************************** |