From: Theodore Tso Date: Fri, 15 Sep 1995 18:25:11 +0000 (+0000) Subject: Use separate definitions for the Kerberos instance name and the UDP X-Git-Tag: krb5-1.0-beta6~1069 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f0c6bc7058d098c4189b59608055b988d596d352;p=krb5.git 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 --- 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"