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)
commitf35bde2f8fb55541d4d7ddca50d64ce5a6ef384c
tree4b8eba40f175c08709ec8e8058cc70f45c1441f4
parent1d810aeb4eda548e8a875db9e364732b8765d894
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