Print

Print


Ah, you should not remove the delete flag, it's important that it be 
there. Simply add the updt flag. The code below will not properly work.

Andy

On Fri, 18 Sep 2015, Elvin Sindrilaru wrote:

> I've updated also the previous post, but for posterity:
>
> ```c++
> if (pOpenFlags & kXR_delete)
> {
>   pOpenFlags &= ~kXR_delete;
>   pOpenFlags |= kXR_open_updt;
> }
> ```
>
>
> ---
> Reply to this email directly or view it on GitHub:
> https://github.com/xrootd/xrootd/issues/287#issuecomment-141494654


---
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/issues/287#issuecomment-141564385

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1