Added password primer

This commit is contained in:
James Booth
2015-05-16 03:03:24 +01:00
parent 1e327794e9
commit 50cd28a977
10 changed files with 107 additions and 17 deletions

View File

@@ -37,5 +37,5 @@ main(int argc , char *argv[])
port = atoi(argv[1]);
}
return stbbr_start(port);
return stbbr_main(port);
}