From: "Jianhong.Yin" <yin-jianhong@xxxxxxx> Signed-off-by: Jianhong Yin <yin-jianhong@xxxxxxx> --- rpc/rpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc/rpc.py b/rpc/rpc.py index 46c59bf..18ff9fd 100644 --- a/rpc/rpc.py +++ b/rpc/rpc.py @@ -613,7 +613,7 @@ class ConnectionHandler(object): msg_data = record[p.get_position():] # RPC payload # Remember length of the header msg.length = p.get_position() - except (rpc_pack.XDRError, EOFError), e: + except (rpc_pack.XDRError, EOFError) as e: log_t.warn("XDRError: %s, dropping packet" % e) log_t.debug("unpacking raised the following error", exc_info=True) self._notify_drop() -- 2.17.1 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html