Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
fix #51 #53
Browse files Browse the repository at this point in the history
  • Loading branch information
GangZhuo committed Apr 20, 2016
1 parent 7da5984 commit b0e9b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcs/pcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@ PCS_API PcsRes pcs_islogin(Pcs handle)
int http_code;

pcs_clear_errmsg(handle);
html = pcs_http_get(pcs->http, URL_DISK_HOME, PcsFalse);
html = pcs_http_get(pcs->http, URL_DISK_HOME, PcsTrue);
http_code = pcs_http_code(pcs->http);
if (http_code != 200) {
if (http_code != 302) {
Expand Down

0 comments on commit b0e9b4d

Please sign in to comment.