summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2007-05-29 14:53:13 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:22:54 -0500
commit403684f7bd199bd569d7fa8c17da79e0e8a1ccc9 (patch)
tree0af4f887a436d1ba740222f635b09ee716ec73f2
parent3f5742e20b30010ef88e19b6ee41c6b071258aee (diff)
downloadsamba-403684f7bd199bd569d7fa8c17da79e0e8a1ccc9.tar.gz
samba-403684f7bd199bd569d7fa8c17da79e0e8a1ccc9.tar.bz2
samba-403684f7bd199bd569d7fa8c17da79e0e8a1ccc9.zip
r23206: remove unreachable code
(This used to be commit 6e2bb4836fab5e548429613dea431007af3a7995)
-rw-r--r--source3/smbd/nttrans.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c
index e8919f9faf..a1edc99bce 100644
--- a/source3/smbd/nttrans.c
+++ b/source3/smbd/nttrans.c
@@ -2307,7 +2307,6 @@ static int call_nt_transact_ioctl(connection_struct *conn, char *inbuf, char *ou
return -1;
}
-
case FSCTL_GET_REPARSE_POINT:
/* pretend this fail - my winXP does it like this
* --metze
@@ -2315,7 +2314,6 @@ static int call_nt_transact_ioctl(connection_struct *conn, char *inbuf, char *ou
DEBUG(10,("FSCTL_GET_REPARSE_POINT: called on FID[0x%04X](but not implemented)\n",fidnum));
return ERROR_NT(NT_STATUS_NOT_A_REPARSE_POINT);
- return -1;
case FSCTL_SET_REPARSE_POINT:
/* pretend this fail - I'm assuming this because of the FSCTL_GET_REPARSE_POINT case.
@@ -2324,7 +2322,6 @@ static int call_nt_transact_ioctl(connection_struct *conn, char *inbuf, char *ou
DEBUG(10,("FSCTL_SET_REPARSE_POINT: called on FID[0x%04X](but not implemented)\n",fidnum));
return ERROR_NT(NT_STATUS_NOT_A_REPARSE_POINT);
- return -1;
case FSCTL_GET_SHADOW_COPY_DATA: /* don't know if this name is right...*/
{