From 60c9e4d5a26f530e89ed6254e8c09380b50fac08 Mon Sep 17 00:00:00 2001
From: Steven Barth <steven@midlink.org>
Date: Tue, 29 Oct 2013 15:19:42 +0100
Subject: [PATCH] Make -F and -P arguments position independent

---
 src/odhcp6c.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/odhcp6c.c b/src/odhcp6c.c
index 506239d..100ed61 100644
--- a/src/odhcp6c.c
+++ b/src/odhcp6c.c
@@ -89,7 +89,6 @@ int main(_unused int argc, char* const argv[])
 			if (request_pd == 0)
 				request_pd = -1;
 
-			ia_pd_mode = IA_MODE_TRY;
 			break;
 
 		case 'F':
-- 
2.39.5