Browse Source

*** empty log message ***

Jan Janak 23 years ago
parent
commit
7a21274097
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Makefile.sources
  2. 1 1
      parser/hf.c

+ 1 - 1
Makefile.sources

@@ -11,7 +11,7 @@
 # defines: sources, objs, depends
 #
 
-sources=$(filter-out $(auto_gen), $(wildcard *.c) $(wildcard mem/*.c) $(wildcard parser/*.c) $(wildcard db/*.c) ) $(auto_gen)
+sources=$(filter-out $(auto_gen), $(wildcard *.c) $(wildcard mem/*.c) $(wildcard parser/*.c) $(wildcard parser/digest/*.c) $(wildcard db/*.c) ) $(auto_gen)
 objs=$(sources:.c=.o)
 extra_objs=
 depends=$(sources:.c=.d)

+ 1 - 1
parser/hf.c

@@ -34,7 +34,7 @@ void clean_hdr_field(struct hdr_field* hf)
 
                 case HDR_AUTHORIZATION:
 		case HDR_PROXYAUTH:
-			free_credentials((auth_body_t**)(&(hf->parsed));
+			free_credentials((auth_body_t**)(&(hf->parsed)));
 			break;
 
 		case HDR_FROM: