From c09754251f958ccfa09eaf62770e04da10bfedfe Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Tue, 29 Oct 2002 11:56:09 +0000
Subject: [PATCH] Changed smbmsg_t.expiration from a time_t to a ulong
 (whoops).

---
 src/smblib/smbdefs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/smblib/smbdefs.h b/src/smblib/smbdefs.h
index b62e6a9126..ede73b7fdd 100644
--- a/src/smblib/smbdefs.h
+++ b/src/smblib/smbdefs.h
@@ -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
 
-- 
GitLab