Revision: 405
          http://vde.svn.sourceforge.net/vde/?rev=405&view=rev
Author:   rd235
Date:     2010-04-26 10:28:43 +0000 (Mon, 26 Apr 2010)

Log Message:
-----------
bugfix: libvdetap read the wrong env variable

Modified Paths:
--------------
    trunk/vde-2/src/vdetaplib/libvdetap.c

Modified: trunk/vde-2/src/vdetaplib/libvdetap.c
===================================================================
--- trunk/vde-2/src/vdetaplib/libvdetap.c       2010-04-25 16:00:29 UTC (rev 
404)
+++ trunk/vde-2/src/vdetaplib/libvdetap.c       2010-04-26 10:28:43 UTC (rev 
405)
@@ -147,7 +147,7 @@
        snprintf(buf,16,"%s_%s",ifr->ifr_name,suffix);
        if ((rv=getenv(buf)) != NULL)
                return rv;
-       snprintf(buf,16,"VDEALLTAP_%s",ifr->ifr_name,suffix);
+       snprintf(buf,16,"VDEALLTAP_%s",suffix);
        if ((rv=getenv(buf)) != NULL)
                return rv;
        else


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
_______________________________________________
vde-users mailing list
vde-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vde-users

Reply via email to