From f0c6bc7058d098c4189b59608055b988d596d352 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 15 Sep 1995 18:25:11 +0000 Subject: [PATCH] Use separate definitions for the Kerberos instance name and the UDP port name. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6794 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/simple/ChangeLog | 5 +++++ src/appl/simple/simple.h | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/appl/simple/ChangeLog b/src/appl/simple/ChangeLog index 30dcd2f21..a2ae28f7d 100644 --- a/src/appl/simple/ChangeLog +++ b/src/appl/simple/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 15 14:24:37 1995 Theodore Y. Ts'o + + * simple.h (SIMPLE_SERVICE, SIMPLE_PORT): Use separate definitions + for the Kerberos instance name and the UDP port name. + Thu Aug 24 19:25:48 1995 Theodore Y. Ts'o * .Sanitize: Update file list diff --git a/src/appl/simple/simple.h b/src/appl/simple/simple.h index 3606a4909..f908e2ca1 100644 --- a/src/appl/simple/simple.h +++ b/src/appl/simple/simple.h @@ -25,4 +25,5 @@ * server & client applications. */ -#define SERVICE "sample" +#define SIMPLE_SERVICE "sample" +#define SIMPLE_PORT "sample" -- 2.26.2