diff options
author | David Phillips <david@sighup.nz> | 2017-05-29 20:13:00 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-05-29 20:13:00 +1200 |
commit | 8ee555feed6eca88848b9d1b344591e244cb1e40 (patch) | |
tree | c1623c4b1887607095fc8f58a3a66ad5a77dd9ce | |
parent | 8a8fc0619c0faaa1767346e2a474322772bbae4d (diff) | |
download | sand-leek-8ee555feed6eca88848b9d1b344591e244cb1e40.tar.xz |
Remove debug spin halt
-rw-r--r-- | sand-leek.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sand-leek.c b/sand-leek.c index f4bf1ae..305754f 100644 --- a/sand-leek.c +++ b/sand-leek.c @@ -129,7 +129,6 @@ work(void *arg) { "Looking for %s, but the sum is %s\n" "Please report this to the developer\n", search, onion); - while(1); continue; } fprintf(stderr, "Found %s.onion\n", onion); |