On 18-Jun-2001 [EMAIL PROTECTED] wrote:
> Kernel: line 913 or so includes.
>
>
> unless (exists $kr_sessions{$session}) {
>
> if (TRACE_EVENTS) { # include
> warn ">>> discarding $state to nonexistent ", {% ssid %}, "\n";
> } # include
>
> return;
> }
>
> I was thinking of moving this down to be executed after the pre hook,
> this would allow hooks to implment sessions that are not avaible in the
> kernel. Does this sound like a good or bad idea? I dunno. Comments
> please
Good idea. It would make IKC and stem integration easier.
-Philip