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

Updated comments.

parent 3ce2aa3c
No related branches found
No related tags found
No related merge requests found
......@@ -656,7 +656,9 @@ BOOL read_msgs_cfg(scfg_t* cfg, char* error)
for(j=0;j<32;j++)
get_int(n,instream);
/************/
/* Internet */
/************/
get_str(cfg->sys_inetaddr,instream); /* Internet address */
get_str(cfg->inetmail_sem,instream);
......
......@@ -518,7 +518,7 @@ typedef struct { // Message base
FILE *sda_fp; // File pointer for data allocation (.sda) file
FILE *sha_fp; // File pointer for header allocation (.sha) file
ulong retry_time; // Maximum number of seconds to retry opens/locks
ulong retry_delay; // Time-slice yield delay while retrying
ulong retry_delay; // Time-slice yield (milliseconds) while retrying
smbstatus_t status; // Status header record
char shd_buf[SHD_BLOCK_LEN]; // File I/O buffer for header file
char last_error[128]; // Last error message
......
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