mirror of
https://github.com/transmission/transmission
synced 2025-02-04 13:32:19 +00:00
fix some stub code
This commit is contained in:
parent
0d13894dff
commit
c0e5efbc03
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ startServer( tr_rpc_server * server )
|
|||
if( !server->isPasswordEnabled )
|
||||
unlink( passwd );
|
||||
else
|
||||
edit_passwords( passwd, MY_REALM, "user", "pass" );
|
||||
edit_passwords( passwd, MY_REALM, server->username, server->password );
|
||||
|
||||
server->ctx = shttpd_init( );
|
||||
snprintf( ports, sizeof( ports ), "%d", server->port );
|
||||
|
|
Loading…
Reference in a new issue