summaryrefslogtreecommitdiffstats
path: root/source/client
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-11-10 03:48:56 +0000
committerTim Potter <tpot@samba.org>2005-11-10 03:48:56 +0000
commit337bfabe90cc4e4cdabba9497a0d78a9b7e1555e (patch)
tree946a21ef9f18eabc1baff5d6cbe8518dd49bf26a /source/client
parenteb29fd4fec38492d588e7a29c4209e4e81e3a4f6 (diff)
downloadsamba-337bfabe90cc4e4cdabba9497a0d78a9b7e1555e.tar.gz
samba-337bfabe90cc4e4cdabba9497a0d78a9b7e1555e.tar.xz
samba-337bfabe90cc4e4cdabba9497a0d78a9b7e1555e.zip
r11626: Fix unhandled enum in case statement warnings by noting appropriately
that some values aren't handled. The remaining warnings I think are actual bugs or required functionality that is missing (mostly lack of server side Unix extensions).
Diffstat (limited to 'source/client')
-rw-r--r--source/client/client.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/client/client.c b/source/client/client.c
index a8d22e75b75..6cad6a9d39c 100644
--- a/source/client/client.c
+++ b/source/client/client.c
@@ -1817,6 +1817,9 @@ static int cmd_fsinfo(const char **cmd_ptr)
(unsigned long long) fsinfo.objectid_information.out.unknown[5],
(unsigned long long) fsinfo.objectid_information.out.unknown[6] );
break;
+ case RAW_QFS_GENERIC:
+ d_printf("\twrong level returned\n");
+ break;
}
done: