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,
case AppStart of
ok ->
{ok, Connection} = establish_connection(Config),
Type = wterl:config_value(type, Config, "lsm"),
{ok, Connection} = establish_connection(Config, Type),
Table = Type ++ ":wt" ++ integer_to_list(Partition),
TableOpts =
case Type of