projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3812689
)
ead: allow a longer timeout in the client for the prime number calculation (useful...
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 6 Jan 2009 22:20:26 +0000
(22:20 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 6 Jan 2009 22:20:26 +0000
(22:20 +0000)
SVN-Revision: 13907
package/ead/src/ead-client.c
patch
|
blob
|
history
diff --git
a/package/ead/src/ead-client.c
b/package/ead/src/ead-client.c
index 7f462c180a1ce5de3e4ef9db8001ab73cb73b53c..54d8b1343f63107bc661e6d62426f9f356962185 100644
(file)
--- a/
package/ead/src/ead-client.c
+++ b/
package/ead/src/ead-client.c
@@
-407,12
+407,11
@@
int main(int argc, char **argv)
fprintf(stderr, "Device did not accept user name\n");
return 1;
}
+ timeout = EAD_TIMEOUT_LONG;
if (!get_prime()) {
fprintf(stderr, "Failed to get user password info\n");
return 1;
}
-
- timeout = EAD_TIMEOUT_LONG;
if (!send_a()) {
fprintf(stderr, "Failed to send local authentication data\n");
return 1;