hw/virtio-9p-local.c: Remove unnecessary null char in symlink file
authorHarsh Prateek Bora <harsh@linux.vnet.ibm.com>
Wed, 2 Feb 2011 04:50:33 +0000 (10:20 +0530)
committerVenkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
Wed, 27 Apr 2011 15:27:01 +0000 (08:27 -0700)
commitaeacb260a4d76898407715d8cf43a9b67f595526
tree4b8eba40f175c08709ec8e8058cc70f45c1441f4
parent33fa3c9ed847de4827c0cee9afb133feccf34407
hw/virtio-9p-local.c: Remove unnecessary null char in symlink file

This patch removes the addition of null char in symlink file
which is being appended to file in case of mapped security model.
Without this patch, the extra null char causes LTP testcase lstat03
to fail and hence this fix is required.

Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
hw/9pfs/virtio-9p-local.c