diff options
author | Thomas Jarosch <thomas.jarosch@intra2net.com> | 2011-08-26 20:56:38 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2011-08-29 09:10:28 +0200 |
commit | f50ee8257371b929c852a942373a372bc37653f7 (patch) | |
tree | 433ad760178977fa4cb4b7e5c430662781cd7239 | |
parent | 848567fdf2c1781e62fc8fe9d10a6c2c95251441 (diff) | |
download | strongswan-f50ee8257371b929c852a942373a372bc37653f7.tar.bz2 strongswan-f50ee8257371b929c852a942373a372bc37653f7.tar.xz |
Remove redundant assignment
Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
-rw-r--r-- | src/libfreeswan/datatot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libfreeswan/datatot.c b/src/libfreeswan/datatot.c index 3e2aed76d..e3b9d6417 100644 --- a/src/libfreeswan/datatot.c +++ b/src/libfreeswan/datatot.c @@ -58,7 +58,6 @@ size_t dstlen; prefix = "0x"; break; case ':': - format = 'x'; breakevery = 2; breakchar = ':'; /* FALLTHROUGH */ |