]> andersk Git - moira.git/commitdiff
remove some #ifdef DEBUG code and simplify around it
authordanw <danw>
Mon, 5 Jan 1998 14:55:53 +0000 (14:55 +0000)
committerdanw <danw>
Mon, 5 Jan 1998 14:55:53 +0000 (14:55 +0000)
reg_svr/reg_svr.c

index 67a3b167809ccea17fd7a76ee985b6e36f07d9f8..ad7d22346b64ef4fe97cd6586094055b8b17ce09 100644 (file)
@@ -484,13 +484,7 @@ int ureg_kadm_init()
     
     if (status != SUCCESS)
        com_err(whoami, status, " while get admin tickets");
-#ifdef DEBUG
     else {
-       com_err(whoami, status, "Succeeded in getting admin tickets");
-    }
-#endif
-
-    if (status == SUCCESS) {
        if ((status = kadm_init_link(PWSERV_NAME, KADM_SINST, krbrealm)) !=
            KADM_SUCCESS) {
            com_err(whoami, status, " while initializing kadmin connection");
This page took 0.041159 seconds and 5 git commands to generate.