port number fix, now stores the processed request sent to the server

This commit is contained in:
Daniel Stenberg 2002-02-07 12:40:06 +00:00
parent 5cffe055ad
commit 3eead2d6c4
2 changed files with 23 additions and 27 deletions

View file

@ -1,7 +1,5 @@
CC = gcc
OPTIM = -O2
DEF = -DDEFAULT_PORT=7676
CFLAGS = -g -Wall $(OPTIM) $(DEF)
CFLAGS = -g -Wall
.PHONY: all clean