From 74089ee1ac703538d2965eadfc4365975894cd60 Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Mon, 1 Jun 2009 19:01:38 +0200
Subject: [PATCH 03/10] Remove dead store.

---
 src/main.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git src/main.c src/main.c
index 9f3970d..901b3ae 100644
--- src/main.c
+++ src/main.c
@@ -2698,7 +2698,6 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */
       break;
     case 'Q':
       /* QUOTE command to send to FTP server */
-      err = PARAM_OK;
       switch(nextarg[0]) {
       case '-':
         /* prefixed with a dash makes it a POST TRANSFER one */
-- 
1.6.3.1


