Re: [AOLSERVER] ns_atclose not working?

2002-02-03 Thread Wojciech Kocjan
I answered it to myself quite quickly ;) Ns_AdpRequest() (nsdp/adp.c) does not call RunAtClose, which is defined as static (nsd/tclop.c). Is it safe to rename it to NsRunAtClose() in nsd/tclop.c, remove the static part, put the definition into nsd/adp.c and call it from Ns_AdpRequest()? I need t

[AOLSERVER] ns_atclose not working?

2002-02-03 Thread Wojciech Kocjan
Hello. I've tested ns_atclose on 2 machines. I tried <% ns_atclose {close [open /tmp/xxx w]} %> It does not report any errors, however it does not create /tmp/xxx as well :(. From what I understand from the docs, it can be called from ie ADP to set up things that should be done after closing t