Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Aug 2015 22:51:45 GMT
From:      roam@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r289124 - soc2015/roam/ng_ayiya
Message-ID:  <201508022251.t72MpjLJ065833@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: roam
Date: Sun Aug  2 22:51:44 2015
New Revision: 289124
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=289124

Log:
  Adapt to N::S::Data::Tunnel's switch to JSONObject.
  
  ObQuote:	"I'll be one step behind you"

Modified:
  soc2015/roam/ng_ayiya/scaffold.pl

Modified: soc2015/roam/ng_ayiya/scaffold.pl
==============================================================================
--- soc2015/roam/ng_ayiya/scaffold.pl	Sun Aug  2 22:51:39 2015	(r289123)
+++ soc2015/roam/ng_ayiya/scaffold.pl	Sun Aug  2 22:51:44 2015	(r289124)
@@ -472,7 +472,7 @@
 			die "No tunnel $tunnel defined in $fname\n";
 		}
 	}
-	return Net::SixXS::Data::Tunnel->from_hash(\%cfg);
+	return Net::SixXS::Data::Tunnel->from_json(\%cfg);
 }
 
 sub cmd_ayiya($ @)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508022251.t72MpjLJ065833>