supposed to. (krb5 bugs 984)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4830
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Jan 18 10:26:30 1995 <tytso@rsx-11.mit.edu>
+
+ * adm_server.c (process_args): Modify getopt args so that the 'M'
+ option takes an argument. (krb5 bugs 984)
+
Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu)
* Added krb5_context to all krb5_routines
fclose(startup_file);
}
#endif
- while ((c = getopt(argc, argv, "hmMa:d:k:r:De:")) != EOF) {
+ while ((c = getopt(argc, argv, "hmM:a:d:k:r:De:")) != EOF) {
switch(c) {
case 'a': /* new acl directory */
acl_file_name = optarg;