Re: [Perlgssapi-developer] Warning cropping up...
Brought to you by:
achimgrolms
From: Achim G. <per...@gr...> - 2006-02-08 19:33:58
|
On Wednesday 08 February 2006 18:12, Merijn Broeren wrote: > if ( major == GSS_S_FAILURE) { > warn("failed gss_delete_sec_context() with unspecified error > in module Context.xs"); } Is there a need to put the minor error into the warning? (Makes the warning more specific, i think) Achim |