Skip to content
Snippets Groups Projects
Commit 931dc4e9 authored by rswindell's avatar rswindell
Browse files

Changed recycle_semaphore to just a BOOL (recycle_now).

parent b01a1be6
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ typedef struct {
char hangup_sound[128];
char hack_sound[128];
char reserved_path1[128];
sem_t recycle_sem;
BOOL recycle_now;
} ftp_startup_t;
......
......@@ -88,7 +88,7 @@ typedef struct {
char outbound_sound[128];
char pop3_sound[128];
char reserved_path1[128];
sem_t recycle_sem;
BOOL recycle_now;
} mail_startup_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment