diff options
author | Damien Miller <djm@mindrot.org> | 2003-05-14 05:40:06 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-05-14 05:40:06 +0200 |
commit | d558092522153caa627e33e4a76c6f64332bc609 (patch) | |
tree | 78618b9f2e8464d130d14739ee14b7786706934f /dispatch.c | |
parent | - (djm) Bug #117: Don't lie to PAM about username (diff) | |
download | openssh-d558092522153caa627e33e4a76c6f64332bc609.tar.xz openssh-d558092522153caa627e33e4a76c6f64332bc609.zip |
- (djm) RCSID sync w/ OpenBSD
Diffstat (limited to 'dispatch.c')
-rw-r--r-- | dispatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.c b/dispatch.c index e962fb34b..c5ff65031 100644 --- a/dispatch.c +++ b/dispatch.c @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "includes.h" -RCSID("$OpenBSD: dispatch.c,v 1.15 2002/01/11 13:39:36 markus Exp $"); +RCSID("$OpenBSD: dispatch.c,v 1.16 2003/04/08 20:21:28 itojun Exp $"); #include "ssh1.h" #include "ssh2.h" |