X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fbozo%2Fbos.c;h=34c4fd33582a1e430278c806e254b8a2f299e4ac;hp=24b9dc3985b5707f18d5bc4e9c4277a9ac7a3a2d;hb=6ef224da14da88318ede836a2c80998299c93e2f;hpb=7684dbd82a4ff4883fed40f3a84269d93fa23e4b diff --git a/src/bozo/bos.c b/src/bozo/bos.c index 24b9dc3..34c4fd3 100644 --- a/src/bozo/bos.c +++ b/src/bozo/bos.c @@ -841,7 +841,6 @@ AddKey(struct cmd_syndesc *as, void *arock) */ ka_StringToKey(buf, tcell, &tkey); } - tconn = GetConn(as, 1); code = BOZO_AddKey(tconn, temp, ktc_to_bozoptr(&tkey)); if (code) { printf("bos: failed to set key %d (%s)\n", temp, em(code));