hi, 

just observed: 

a custom defined protocol, like

add_protocol(temporary=true,"my_proto",
    fun (arg, delay) -> get_process_lines("my_script.sh "^quote(arg))
)

where my_script.sh returns a regular filename, works in terms of playing 
and deleting the file afterwards (temporary=true). 
but if it returns an annotate string like

annotate:my_var="test":file 

then it plays file, sets the my_var metadata but fails to delete file, 
since it tries to delete the whole string.

Unlink failed: "No such file or directory in unlink(annotate:...)

is it a bug or just bad usage from my side?

thx, udo


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to