Revision: 495 http://vde.svn.sourceforge.net/vde/?rev=495&view=rev Author: danielel Date: 2011-05-13 11:03:31 +0000 (Fri, 13 May 2011)
Log Message: ----------- Change mode for python vdeplug connector, otherwise user access is not working. Modified Paths: -------------- trunk/vde-2/src/lib/python/vdeplug_python.c Modified: trunk/vde-2/src/lib/python/vdeplug_python.c =================================================================== --- trunk/vde-2/src/lib/python/vdeplug_python.c 2011-04-29 16:42:39 UTC (rev 494) +++ trunk/vde-2/src/lib/python/vdeplug_python.c 2011-05-13 11:03:31 UTC (rev 495) @@ -13,7 +13,7 @@ static PyObject *vdeplug_open(PyObject *self, PyObject *args) { - struct vde_open_args vde_args = {0,NULL,0}; + struct vde_open_args vde_args = {0,NULL,0777}; char *vde_sock = NULL, *vde_descr = NULL; VDECONN *ret; int e; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ vde-users mailing list vde-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vde-users