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

Changed smbmsg_t.expiration from a time_t to a ulong (whoops).

parent fbe53c41
No related branches found
No related tags found
No related merge requests found
......@@ -535,7 +535,7 @@ typedef struct { // Message
dfield_t *dfield; // Data fields (fixed length portion)
ulong offset; // Offset (number of records) into index
int forwarded; // Forwarded from agent to another
time_t expiration; // Message will expire on this day (if >0)
ulong expiration; // Message will expire on this day (if >0)
ulong priority; // Message priority (0 is lowest)
ulong cost; // Cost to download/read
......
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