mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
qt: sam session is now shown at qt->sam sessions, work towards #914
This commit is contained in:
parent
0b084956e6
commit
5c2f1f36e8
3 changed files with 11 additions and 4 deletions
|
@ -820,7 +820,7 @@ namespace http {
|
|||
s << "<b>SAM Sessions:</b> no sessions currently running.<br>\r\n";
|
||||
}
|
||||
|
||||
static void ShowSAMSession (std::stringstream& s, const std::string& id)
|
||||
void ShowSAMSession (std::stringstream& s, const std::string& id)
|
||||
{
|
||||
auto sam = i2p::client::context.GetSAMBridge ();
|
||||
if (!sam) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue