[libvirt] [PATCH] Fix openlog() ident usage

2009-01-20 Thread john . levon
# HG changeset patch # User john.le...@sun.com # Date 1232478815 28800 # Node ID 37a6a671e38d7f4449d3b47bc5cf06c19362bc41 # Parent 15bfba92a98744f8c554757ed608c3bf89fa38aa Fix openlog() ident usage It cannot be freed, as it's used by reference in the syslog code, at least on Solaris.

Re: [libvirt] [PATCH] Fix openlog() ident usage

2009-01-20 Thread Daniel Veillard
On Tue, Jan 20, 2009 at 11:14:03AM -0800, john.le...@sun.com wrote: # HG changeset patch # User john.le...@sun.com # Date 1232478815 28800 # Node ID 37a6a671e38d7f4449d3b47bc5cf06c19362bc41 # Parent 15bfba92a98744f8c554757ed608c3bf89fa38aa Fix openlog() ident usage It cannot be freed, as

Re: [libvirt] [PATCH] Fix openlog() ident usage

2009-01-20 Thread Daniel Veillard
On Tue, Jan 20, 2009 at 08:36:27PM +0100, Daniel Veillard wrote: On Tue, Jan 20, 2009 at 11:14:03AM -0800, john.le...@sun.com wrote: It cannot be freed, as it's used by reference in the syslog code, at least on Solaris. The requirement is apparently not present on Linux, sorry :-) I

Re: [libvirt] [PATCH] Fix openlog() ident usage

2009-01-20 Thread Daniel Veillard
On Tue, Jan 20, 2009 at 09:20:24PM +, Daniel P. Berrange wrote: On Tue, Jan 20, 2009 at 10:18:31PM +0100, Daniel Veillard wrote: On Tue, Jan 20, 2009 at 08:36:27PM +0100, Daniel Veillard wrote: On Tue, Jan 20, 2009 at 11:14:03AM -0800, john.le...@sun.com wrote: It cannot be freed, as