summaryrefslogtreecommitdiff
path: root/auth-options.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-03-05 10:42:24 +1100
committerDamien Miller <djm@mindrot.org>2010-03-05 10:42:24 +1100
commit689b872842ba2e64d2bf52abe0c9b1b1f6a6663f (patch)
treea4a0a8e42eea6d5d7aec6789cc03dd5ada2d8c30 /auth-options.c
parenta7dab8bfe571e6ee0b53e0852336f8a758b95c61 (diff)
- djm@cvs.openbsd.org 2010/03/04 23:27:25
[auth-options.c ssh-keygen.c] "force-command" is not spelled "forced-command"; spotted by imorgan AT nas.nasa.gov
Diffstat (limited to 'auth-options.c')
-rw-r--r--auth-options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-options.c b/auth-options.c
index d14624bf4..bcf5589d7 100644
--- a/auth-options.c
+++ b/auth-options.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth-options.c,v 1.46 2010/03/03 01:44:36 djm Exp $ */ 1/* $OpenBSD: auth-options.c,v 1.47 2010/03/04 23:27:25 djm Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -446,7 +446,7 @@ auth_cert_constraints(Buffer *c_orig, struct passwd *pw)
446 } 446 }
447 if (cert_forced_command != NULL) { 447 if (cert_forced_command != NULL) {
448 error("Certificate has multiple " 448 error("Certificate has multiple "
449 "forced-command constraints"); 449 "force-command constraints");
450 xfree(command); 450 xfree(command);
451 goto out; 451 goto out;
452 } 452 }