projects
/
claws.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
1a006fa
)
nntp_list(): return real error code instead of hardcoded NN_ERROR
author
Sergey Vlasov
<vsu@users.sourceforge.net>
Sun, 29 Apr 2001 13:48:26 +0000
(13:48 +0000)
committer
Sergey Vlasov
<vsu@users.sourceforge.net>
Sun, 29 Apr 2001 13:48:26 +0000
(13:48 +0000)
src/nntp.c
patch
|
blob
|
history
diff --git
a/src/nntp.c
b/src/nntp.c
index 20ea82ef6ddcc9ed7be7cb5de047f7918448f33f..1dbca21972085a2835bc2419e58de127f7a70437 100644
(file)
--- a/
src/nntp.c
+++ b/
src/nntp.c
@@
-303,7
+303,7
@@
gint nntp_list(SockInfo *sock)
nntp_gen_send(sock, "LIST");
if ((ok = nntp_ok(sock, buf)) != NN_SUCCESS)
- return
NN_ERROR
;
+ return
ok
;
if (verbose)
log_print("NNTP< %s\n", buf);