aboutsummaryrefslogtreecommitdiff
path: root/sand-leek.c
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-05-29 20:13:00 +1200
committerDavid Phillips <david@sighup.nz>2017-05-29 20:13:00 +1200
commit8ee555feed6eca88848b9d1b344591e244cb1e40 (patch)
treec1623c4b1887607095fc8f58a3a66ad5a77dd9ce /sand-leek.c
parent8a8fc0619c0faaa1767346e2a474322772bbae4d (diff)
downloadsand-leek-8ee555feed6eca88848b9d1b344591e244cb1e40.tar.xz
Remove debug spin halt
Diffstat (limited to 'sand-leek.c')
-rw-r--r--sand-leek.c1
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);