1 file changed, 1 insertion(+), 1 deletion(-) sendlib.c | 2 +-
# HG changeset patch # User Erik Hovland <e...@hovland.org> # Date 1237420844 25200 # Branch HEAD # Node ID d472c604b40dbef16dfa979713c24b4a6dc6c08f # Parent 1b97d4b561846e0d77e8216bde94f7c2637a0149 q is never used diff --git a/sendlib.c b/sendlib.c --- a/sendlib.c +++ b/sendlib.c @@ -1925,7 +1925,7 @@ * the fqdn is something like detebe.org. */ - if(!p || !(q = strchr(p, '.'))) + if(!p || !(strchr(p, '.'))) p = Fqdn; } }