summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-kpasswd/ipa_kpasswd.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemons/ipa-kpasswd/ipa_kpasswd.c')
-rw-r--r--daemons/ipa-kpasswd/ipa_kpasswd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/ipa-kpasswd/ipa_kpasswd.c b/daemons/ipa-kpasswd/ipa_kpasswd.c
index 0f014c294..7b77f5329 100644
--- a/daemons/ipa-kpasswd/ipa_kpasswd.c
+++ b/daemons/ipa-kpasswd/ipa_kpasswd.c
@@ -927,7 +927,7 @@ void handle_krb_packets(uint8_t *buf, ssize_t buflen,
kpreply:
- /* set-up the the clear text reply */
+ /* set-up the clear text reply */
kdec.length = 2 + strlen(result_string);
kdec.data = malloc(kdec.length);
if (!kdec.data) {