Missed a change.

This commit is contained in:
Gregory Burd 2013-04-15 00:11:48 -04:00
parent 5ba491adfa
commit cc73310cb3

View file

@ -94,8 +94,8 @@ start(Partition, Config) ->
end, end,
case AppStart of case AppStart of
ok -> ok ->
{ok, Connection} = establish_connection(Config),
Type = wterl:config_value(type, Config, "lsm"), Type = wterl:config_value(type, Config, "lsm"),
{ok, Connection} = establish_connection(Config, Type),
Table = Type ++ ":wt" ++ integer_to_list(Partition), Table = Type ++ ":wt" ++ integer_to_list(Partition),
TableOpts = TableOpts =
case Type of case Type of