Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Murray S. Kucherawy committed Feb 3, 2015
1 parent f7ec327 commit 2663d23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions libopendkim/dkim.c
Original file line number Diff line number Diff line change
Expand Up @@ -3002,8 +3002,8 @@ dkim_headercheck(DKIM *dkim)
if ((dkim->dkim_libhandle->dkiml_flags & DKIM_LIBFLAGS_STRICTHDRS) != 0)
{
int status;
char *user;
char *domain;
unsigned char *user;
unsigned char *domain;

/* Date (must be exactly one) */
hdr = dkim_get_header(dkim, "Date", 4, 0);
Expand Down
2 changes: 1 addition & 1 deletion opendkim/opendkim.c
Original file line number Diff line number Diff line change
Expand Up @@ -11512,7 +11512,7 @@ mlfi_eoh(SMFICTX *ctx)
char *vbr_type = NULL;
#endif /* _FFR_VBR */
struct dkimf_config *conf;
struct dkimf_dstr *addr;
struct dkimf_dstring *addr;
Header from = NULL;
Header hdr;

Expand Down

0 comments on commit 2663d23

Please sign in to comment.