Use separate definitions for the Kerberos instance name and the UDP
authorTheodore Tso <tytso@mit.edu>
Fri, 15 Sep 1995 18:25:11 +0000 (18:25 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 15 Sep 1995 18:25:11 +0000 (18:25 +0000)
port name.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6794 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/simple/ChangeLog
src/appl/simple/simple.h

index 30dcd2f21ce52162b02e48268f1cbb39a02a3287..a2ae28f7dced6cd907e294b04aed83bb3a10e095 100644 (file)
@@ -1,3 +1,8 @@
+Fri Sep 15 14:24:37 1995  Theodore Y. Ts'o  <tytso@dcl>
+
+       * 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  <tytso@dcl>
 
        * .Sanitize: Update file list
index 3606a49098405f221d1118e2a20ba94bb816cd64..f908e2ca117b407b19bf5826b33146734f665530 100644 (file)
@@ -25,4 +25,5 @@
  * server & client applications.
  */
 
-#define SERVICE        "sample"
+#define SIMPLE_SERVICE "sample"
+#define SIMPLE_PORT    "sample"