From: VMware, Inc <> Date: Tue, 26 Apr 2011 21:13:07 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2011.04.25-402641~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b61c4568d406e7455ccf1114a40cd16c70ccc06;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/hgfs/hgfsUtil.c b/open-vm-tools/lib/hgfs/hgfsUtil.c index c80850992..3e6ade662 100644 --- a/open-vm-tools/lib/hgfs/hgfsUtil.c +++ b/open-vm-tools/lib/hgfs/hgfsUtil.c @@ -233,6 +233,8 @@ HgfsConvertFromInternalStatus(HgfsInternalStatus status) // IN return HGFS_STATUS_INVALID_PARAMETER; case ERROR_NOT_SAME_DEVICE: return HGFS_STATUS_NOT_SAME_DEVICE; + case HGFS_ERROR_STALE_SESSION: + return HGFS_STATUS_STALE_SESSION; case ERROR_INTERNAL_ERROR: case HGFS_INTERNAL_STATUS_ERROR: default: