Skip to content
Snippets Groups Projects
Commit 4573377a authored by Marcus Comstedt's avatar Marcus Comstedt
Browse files

Adapted to recent changes in typesystem.

Rev: bin/rsqld.pike:1.2
parent 39221e58
No related branches found
No related tags found
No related merge requests found
......@@ -162,12 +162,12 @@ class Connection
static void cmd_shutdown()
{
return sqlobj->shutdown();
sqlobj->shutdown();
}
static void cmd_reload()
{
return sqlobj->reload();
sqlobj->reload();
}
static array(string) cmd_listdbs(string wild)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment