nur Formatierung
This commit is contained in:
parent
7f5919879b
commit
84bc95ddd4
@ -372,8 +372,7 @@ public class HSadmin {
|
|||||||
if (st == null) {
|
if (st == null) {
|
||||||
tgt = getTGT();
|
tgt = getTGT();
|
||||||
if (tgt == null) {
|
if (tgt == null) {
|
||||||
System.err
|
System.err.println("ERROR: login failure - cannot get ticket granting ticket");
|
||||||
.println("ERROR: login failure - cannot get ticket granting ticket");
|
|
||||||
System.exit(1);
|
System.exit(1);
|
||||||
}
|
}
|
||||||
storeTGT(".hsadmin.tgt", authenticatedUserName, tgt);
|
storeTGT(".hsadmin.tgt", authenticatedUserName, tgt);
|
||||||
@ -441,9 +440,7 @@ public class HSadmin {
|
|||||||
if (remoteArgs.size() > 0) {
|
if (remoteArgs.size() > 0) {
|
||||||
try {
|
try {
|
||||||
String st = createSessionTicket();
|
String st = createSessionTicket();
|
||||||
|
String response = exec(st, remoteArgs.toArray(new String[remoteArgs.size()]));
|
||||||
String response = exec(st, remoteArgs
|
|
||||||
.toArray(new String[remoteArgs.size()]));
|
|
||||||
if (response != null)
|
if (response != null)
|
||||||
System.out.print(response);
|
System.out.print(response);
|
||||||
} catch (Exception exc) {
|
} catch (Exception exc) {
|
||||||
|
Loading…
Reference in New Issue
Block a user