diff options
Diffstat (limited to 'libntp/authusekey.c')
-rw-r--r-- | libntp/authusekey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libntp/authusekey.c b/libntp/authusekey.c index 0ccf522b238ac..ff449d3df6fc9 100644 --- a/libntp/authusekey.c +++ b/libntp/authusekey.c @@ -29,6 +29,6 @@ authusekey( if (0 == len) return 0; - MD5auth_setkey(keyno, keytype, str, len); + MD5auth_setkey(keyno, keytype, str, len, NULL); return 1; } |