lib/memcached/auth.rb in memcache-auth-0.2.6 vs lib/memcached/auth.rb in memcache-auth-0.17.7

- old
+ new

@@ -5,9 +5,10 @@ end end def set_credentials # If credentials aren't provided, try to get them from the environment + print options[:credentials] if options[:credentials] != nil username, password = options[:credentials] check_return_code(Lib.memcached_set_sasl_auth_data(@struct, username, password)) end end