Changeset 133 for trunk/src/sh_readconf.c
- Timestamp:
- Oct 25, 2007, 12:19:05 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_readconf.c
r77 r133 191 191 #endif 192 192 uid_t euid; 193 char hashbuf[KEYBUF_SIZE]; 193 194 194 195 SL_ENTER(_("sh_readconf_read")); … … 251 252 /* Compute the checksum of the open file. 252 253 */ 253 tiger_fd = fd;254 254 sl_strlcpy(sh.conf.hash, 255 sh_tiger_hash(file_path('C',local_flag), TIGER_FD, 0),255 sh_tiger_hash(file_path('C',local_flag), fd, 0, hashbuf, sizeof(hashbuf)), 256 256 KEY_LEN+1); 257 257 sl_rewind (fd);
Note:
See TracChangeset
for help on using the changeset viewer.