mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-10-29 17:52:44 +00:00
fix indentation
This commit is contained in:
@@ -308,7 +308,7 @@ void Context::acquireSchannelCredentials(CredHandle& credHandle) const
|
||||
schannelCred.dwFlags |= SCH_USE_STRONG_CRYPTO;
|
||||
#endif
|
||||
|
||||
schannelCred.hRootStore = isForServerUse() ? _hCollectionCertStore : NULL;
|
||||
schannelCred.hRootStore = isForServerUse() ? _hCollectionCertStore : NULL;
|
||||
|
||||
TimeStamp tsExpiry;
|
||||
tsExpiry.LowPart = tsExpiry.HighPart = 0;
|
||||
|
||||
Reference in New Issue
Block a user