forked from github/server
unused variable
This commit is contained in:
parent
5f2dc192db
commit
b4323c4a3c
2
crypto
2
crypto
|
@ -1 +1 @@
|
||||||
Subproject commit e0f9891a91d69c042f82c1e13e48ab4c7160381d
|
Subproject commit 84eeb03167e91bcd345a3738ac0ff0c272f9422a
|
|
@ -338,9 +338,7 @@ static int a_read_i(struct storage *store, attrib ** attribs, void *owner, unsig
|
||||||
|
|
||||||
int a_read(struct storage *store, attrib ** attribs, void *owner) {
|
int a_read(struct storage *store, attrib ** attribs, void *owner) {
|
||||||
int key, retval = AT_READ_OK;
|
int key, retval = AT_READ_OK;
|
||||||
char zText[128];
|
|
||||||
|
|
||||||
zText[0] = 0;
|
|
||||||
key = -1;
|
key = -1;
|
||||||
READ_INT(store, &key);
|
READ_INT(store, &key);
|
||||||
while (key > 0) {
|
while (key > 0) {
|
||||||
|
|
Loading…
Reference in New Issue