Skip to content

Commit

Permalink
[add] - added sftp protocol to zeroconf browser
Browse files Browse the repository at this point in the history
  • Loading branch information
Memphiz committed Jul 19, 2011
1 parent bcc4f86 commit fa8cb8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/network/ZeroconfBrowser.cpp
Expand Up @@ -62,6 +62,7 @@ CZeroconfBrowser::CZeroconfBrowser():mp_crit_sec(new CCriticalSection),m_started
#ifdef HAS_FILESYSTEM_NFS
AddServiceType("_nfs._tcp.");
#endif// HAS_FILESYSTEM_NFS
AddServiceType("_sftp-ssh._tcp.");
}

CZeroconfBrowser::~CZeroconfBrowser()
Expand Down

0 comments on commit fa8cb8d

Please sign in to comment.