/[monit]/monit/event.c
ViewVC logotype

Diff of /monit/event.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by martinp, Mon Aug 11 23:30:54 2003 UTC revision 1.18 by martinp, Tue Aug 12 11:22:17 2003 UTC
# Line 385  static void handle_connection(Event_T E) Line 385  static void handle_connection(Event_T E)
385  static void handle_permission(Event_T E) {  static void handle_permission(Event_T E) {
386    
387    LOCK(Run.mutex)    LOCK(Run.mutex)
388        E->source->do_monitor= FALSE;        E->source->perm->has_error= TRUE;
       E->source->has_permission_error= TRUE;  
389    END_LOCK;    END_LOCK;
390    
391  }  }

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26