forked from rafaelsteil/libcgi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
session: reset session initialized flag
The flag `sess_initialized` was never reset. After introducing `cgi_session_free()` we can now reset it. While at it use `stdbool.h` and make the variable a proper boolean, and also drop the not really used `sess_finitialized` variable. fixes rafaelsteil#33 Signed-off-by: Alexander Dahl <[email protected]>
- Loading branch information
Showing
1 changed file
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters