Skip to content

Commit

Permalink
documentation: fix functioname in the debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
letoams committed Jul 3, 2014
1 parent 83609ca commit dc68a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libswan/kernel_alg.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const struct sadb_alg *kernel_alg_sadb_alg_get(unsigned satype,
static void kernel_alg_init(void)
{
DBG(DBG_KERNEL,
DBG_log("alg_init(): memset(%p, 0, %d) memset(%p, 0, %d)",
DBG_log("kernel_alg_init(): memset(%p, 0, %d) memset(%p, 0, %d)",
&esp_aalg, (int)sizeof(esp_aalg),
&esp_ealg, (int)sizeof(esp_ealg));
);
Expand Down

0 comments on commit dc68a3a

Please sign in to comment.