diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2015-08-26 09:27:05 +0000 | 
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2015-08-26 09:27:05 +0000 | 
| commit | a7a7e85cd3829fe5c5348d8fbd25e98c3b315b58 (patch) | |
| tree | 34ddb85735a7fec244e86171995167e702b46838 /auth.c | |
| parent | d994eeedda788efc28b630e10a33548453293473 (diff) | |
Notes
Diffstat (limited to 'auth.c')
| -rw-r--r-- | auth.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -1,4 +1,4 @@ -/* $OpenBSD: auth.c,v 1.112 2015/08/06 14:53:21 deraadt Exp $ */ +/* $OpenBSD: auth.c,v 1.113 2015/08/21 03:42:19 djm Exp $ */  /*   * Copyright (c) 2000 Markus Friedl.  All rights reserved.   * @@ -354,7 +354,7 @@ auth_root_allowed(const char *method)  	case PERMIT_NO_PASSWD:  		if (strcmp(method, "publickey") == 0 ||  		    strcmp(method, "hostbased") == 0 || -		    strcmp(method, "gssapi-with-mic")) +		    strcmp(method, "gssapi-with-mic") == 0)  			return 1;  		break;  	case PERMIT_FORCED_ONLY: | 
