Created
March 27, 2014 00:22
-
-
Save gerep/9797077 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
validate_license([License|Host]) -> | |
rpc:call(list_to_atom(string:concat("riak@", string:join(Host, ","))), | |
walk, | |
check_license, | |
[0,0,[License]]). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment