diff options
Diffstat (limited to 'src/ipcpd/normal')
| -rw-r--r-- | src/ipcpd/normal/dht.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ipcpd/normal/dht.c b/src/ipcpd/normal/dht.c index 954ca670..5c294c00 100644 --- a/src/ipcpd/normal/dht.c +++ b/src/ipcpd/normal/dht.c @@ -630,7 +630,7 @@ static void lookup_destroy(struct lookup * lu)          case LU_DONE:          case LU_UPDATE:          case LU_COMPLETE: -                lu->state = REQ_NULL; +                lu->state = LU_NULL;                  break;          case LU_NULL:          default: | 
