Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 81577
Collapse All | Expand All

(-)netstuff.cpp.old (-1 / +1 lines)
Lines 56-62 void getAdultCookie(char * username, cha Link Here
56
  char *adultcookie=strstr(HtmlBuff,"Set-Cookie");
56
  char *adultcookie=strstr(HtmlBuff,"Set-Cookie");
57
  if (adultcookie==NULL) {
57
  if (adultcookie==NULL) {
58
    fprintf(stderr, "adult cookie not found:\n");
58
    fprintf(stderr, "adult cookie not found:\n");
59
    fprintf(stderr, HtmlBuff);
59
    fprintf(stderr, "%s", HtmlBuff);
60
    free(HtmlBuff);
60
    free(HtmlBuff);
61
    return;
61
    return;
62
  }
62
  }

Return to bug 81577