~ubuntu-branches/ubuntu/dapper/openssh/dapper

« back to all changes in this revision

Viewing changes to auth-rhosts.c

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2005-10-31 07:46:44 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20051031074644-poik7e4un4723tr4
Tags: 1:4.2p1-5ubuntu1
Resynchronise with Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 */
15
15
 
16
16
#include "includes.h"
17
 
RCSID("$OpenBSD: auth-rhosts.c,v 1.32 2003/11/04 08:54:09 djm Exp $");
 
17
RCSID("$OpenBSD: auth-rhosts.c,v 1.33 2005/07/17 07:17:54 djm Exp $");
18
18
 
19
19
#include "packet.h"
20
20
#include "uidswap.h"
133
133
                /* If the entry was negated, deny access. */
134
134
                if (negated) {
135
135
                        auth_debug_add("Matched negative entry in %.100s.",
136
 
                             filename);
 
136
                            filename);
137
137
                        return 0;
138
138
                }
139
139
                /* Accept authentication. */