From 42e3ae655091d48e5a921969849c6173a498c963 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Mon, 30 Mar 2009 13:47:58 +0200 Subject: libcli: fix a "not handled in switch" compile warning return NULL also for RAW_CLOSE_GENERIC --- source4/libcli/raw/rawfile.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/libcli/raw') diff --git a/source4/libcli/raw/rawfile.c b/source4/libcli/raw/rawfile.c index 63de051b33..6fac7b8605 100644 --- a/source4/libcli/raw/rawfile.c +++ b/source4/libcli/raw/rawfile.c @@ -796,6 +796,7 @@ _PUBLIC_ struct smbcli_request *smb_raw_close_send(struct smbcli_tree *tree, uni break; case RAW_CLOSE_SMB2: + case RAW_CLOSE_GENERIC: return NULL; } -- cgit