diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2004-06-18 20:16:42 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2004-06-18 20:16:42 +0000 |
commit | c325bc190633349e806d0f2c313ace2338950f88 (patch) | |
tree | 69ef866dee66bd1548e19f58faa513c460242bf7 /checkalias.c | |
parent | 5ffe6f98f8ba802ccd973724702a2d44757c4291 (diff) | |
download | fetchmail-c325bc190633349e806d0f2c313ace2338950f88.tar.gz fetchmail-c325bc190633349e806d0f2c313ace2338950f88.tar.bz2 fetchmail-c325bc190633349e806d0f2c313ace2338950f88.zip |
Compiler warnings fixes, preprocessor and minor general cleanup.
svn path=/trunk/; revision=3901
Diffstat (limited to 'checkalias.c')
-rw-r--r-- | checkalias.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/checkalias.c b/checkalias.c index cd5caca5..6aeda1bd 100644 --- a/checkalias.c +++ b/checkalias.c @@ -216,7 +216,6 @@ int is_host_alias(const char *name, struct query *ctl) #ifndef __BEOS__ case NO_ADDRESS: /* valid, but does not have an IP address */ return(FALSE); - break; #endif case NO_RECOVERY: /* non-recoverable name server error */ case TRY_AGAIN: /* temporary error on authoritative server */ |