Changeset 137 for trunk/src/slib.c
- Timestamp:
- Oct 28, 2007, 1:17:58 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/slib.c
r131 r137 1466 1466 int sl_policy_get_user(char * user) 1467 1467 { 1468 struct passwd * tempres;1469 1470 1468 SL_ENTER(_("sl_policy_get_user")); 1471 1469 … … 2126 2124 int timeout, int is_nonblocking) 2127 2125 { 2128 int sflags ;2126 int sflags = 0; 2129 2127 fd_set readfds; 2130 2128 struct timeval tv; … … 2132 2130 int retval; 2133 2131 2134 int fd;2135 2132 int byteread = 0; 2136 2133 int bytes = 0;
Note:
See TracChangeset
for help on using the changeset viewer.