Commit 65e1965b authored by dfm%netscape.com's avatar dfm%netscape.com
Browse files

Added ifdefs around morse's single signon calls.

parent 97e20f37
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -313,7 +313,9 @@ PUBLIC void
PRVCY_ToggleAnonymous() {
    if (anonymous) {
	 NET_UnanonymizeCookies();
#ifdef SingleSignon
     SI_UnanonymizeSignons(); 
#endif
	 /*
	  * Global history changes are not complete yet.  Need to modify
	  * lib/libmisc/glhist.c so it uses a different file when in
@@ -323,7 +325,9 @@ PRVCY_ToggleAnonymous() {
	 GH_SaveGlobalHistory();
    } else {
	 NET_AnonymizeCookies();
#ifdef SingleSignon
     SI_AnonymizeSignons(); 
#endif
	 GH_SaveGlobalHistory();
	 GH_FreeGlobalHistory();
    }