socsvn commit: r289124 - soc2015/roam/ng_ayiya
roam at FreeBSD.org
roam at FreeBSD.org
Sun Aug 2 22:51:45 UTC 2015
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($ @)
More information about the svn-soc-all
mailing list