rhbz#661809 ne_propnames is affected too
This commit is contained in:
parent
aa4839463c
commit
9d62518abf
1 changed files with 8 additions and 5 deletions
|
@ -333,11 +333,14 @@ NeonPropFindRequest::NeonPropFindRequest(
|
|||
std::vector< DAVResourceInfo > & ioResInfo,
|
||||
int & nError )
|
||||
{
|
||||
nError = ne_propnames( inSession,
|
||||
inPath,
|
||||
inDepth,
|
||||
NPFR_propnames_results,
|
||||
&ioResInfo );
|
||||
{
|
||||
osl::Guard< osl::Mutex > theGlobalGuard( aGlobalNeonMutex );
|
||||
nError = ne_propnames( inSession,
|
||||
inPath,
|
||||
inDepth,
|
||||
NPFR_propnames_results,
|
||||
&ioResInfo );
|
||||
}
|
||||
|
||||
// #87585# - Sometimes neon lies (because some servers lie).
|
||||
if ( ( nError == NE_OK ) && ioResInfo.empty() )
|
||||
|
|
Loading…
Reference in a new issue