Jonathan Turner 9 лет назад
Родитель
Сommit
8d08c269ba
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      client/session.go

+ 1 - 0
client/session.go

@@ -19,6 +19,7 @@ type Session struct {
 
 //Enable the automatic renewal for the client's TGT session.
 func (cl *Client) EnableAutoSessionRenewal() {
+	// TODO look into using a context here
 	go func() {
 		for {
 			//Wait until one minute before endtime