projects
/
fwknop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
bc58b3a
)
minor spacing fix
author
Michael Rash
<mbr@cipherdyne.org>
Wed, 14 Nov 2012 02:12:41 +0000 (21:12 -0500)
committer
Michael Rash
<mbr@cipherdyne.org>
Wed, 14 Nov 2012 02:12:41 +0000 (21:12 -0500)
lib/fko_encode.c
patch
|
blob
|
history
diff --git
a/lib/fko_encode.c
b/lib/fko_encode.c
index
c92d421
..
e01819e
100644
(file)
--- a/
lib/fko_encode.c
+++ b/
lib/fko_encode.c
@@
-154,7
+154,7
@@
fko_encode_spa_data(fko_ctx_t ctx)
if((res = append_b64(tbuf, ctx->nat_access)) != FKO_SUCCESS)
{
free(tbuf);
- return(res);
+ return(res);
}
}
@@
-167,7
+167,7
@@
fko_encode_spa_data(fko_ctx_t ctx)
if((res = append_b64(tbuf, ctx->server_auth)) != FKO_SUCCESS)
{
free(tbuf);
- return(res);
+ return(res);
}
}