summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2015-04-16 12:57:14 +0200
committerAndreas Schneider <asn@cryptomilk.org>2015-07-21 19:04:14 +0200
commit17c8b1a821b4ac4509340bfa148f8d1409e3a01d (patch)
tree6b3dc9322284163e55b8d751d93d0c4055b2c9c8 /source4
parentda3df2e1bbd2a1aa736c5647c5d2e73f30f096ff (diff)
downloadsamba-17c8b1a821b4ac4509340bfa148f8d1409e3a01d.tar.gz
s4-kdc: Fix a typo
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
Diffstat (limited to 'source4')
-rw-r--r--source4/kdc/db-glue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/kdc/db-glue.c b/source4/kdc/db-glue.c
index aaac0ec7e39..10d4737089c 100644
--- a/source4/kdc/db-glue.c
+++ b/source4/kdc/db-glue.c
@@ -962,7 +962,7 @@ static krb5_error_code samba_kdc_message2entry(krb5_context context,
rid, is_rodc, userAccountControl,
ent_type, entry_ex);
if (ret) {
- /* Could be bougus data in the entry, or out of memory */
+ /* Could be bogus data in the entry, or out of memory */
goto out;
}