projects
/
fwknop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d561fdd
)
semicolon syntax buf fix
author
Michael Rash
<mbr@cipherdyne.org>
Fri, 27 Jul 2012 06:01:43 +0000 (
02:01
-0400)
committer
Michael Rash
<mbr@cipherdyne.org>
Fri, 27 Jul 2012 06:01:43 +0000 (
02:01
-0400)
lib/fko_encode.c
patch
|
blob
|
history
diff --git
a/lib/fko_encode.c
b/lib/fko_encode.c
index
2587dd9
..
2adb42f
100644
(file)
--- a/
lib/fko_encode.c
+++ b/
lib/fko_encode.c
@@
-197,7
+197,7
@@
fko_encode_spa_data(fko_ctx_t ctx)
ctx->encoded_msg_len = strnlen(ctx->encoded_msg, MAX_SPA_ENCODED_MSG_SIZE);
- if(! is_valid_encoded_msg_len(ctx->encoded_msg_len));
+ if(! is_valid_encoded_msg_len(ctx->encoded_msg_len))
return(FKO_ERROR_INVALID_DATA);
/* At this point we can compute the digest for this SPA data.