Changeset 362 for trunk/src/sh_hash.c
- Timestamp:
- Oct 19, 2011, 12:16:31 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_hash.c
r356 r362 435 435 char hashbuf[KEYBUF_SIZE]; 436 436 int retval; 437 volatile int flag = 0;438 437 439 438 /* -------- find the entry for the file ---------------- */ … … 462 461 sh_error_handle (level, FIL__, __LINE__, 0, 463 462 MSG_FI_MISS2, tmp, str); 464 flag = 1; 463 465 464 SH_FREE(tmp); 466 465 SH_FREE(str); … … 1302 1301 extern int get_the_fd (SL_TICKET ticket); 1303 1302 1304 int flag_pgp;1305 int flag_nohead;1306 1303 SL_TICKET fdTmp = (-1); 1307 1304 #endif … … 1314 1311 1315 1312 SH_MUTEX_LOCK(mutex_hash); 1316 1317 #if defined(WITH_GPG) || defined(WITH_PGP)1318 flag_pgp = S_FALSE;1319 flag_nohead = S_FALSE;1320 #endif1321 1313 1322 1314 if (IsInit == 1) … … 3885 3877 size_t size = 0; 3886 3878 size_t flag_quote = 0; 3887 int flag_comma = 0; 3879 3888 3880 char * new; 3889 3881 char * pnew; … … 3894 3886 while (*p) 3895 3887 { 3896 if (*p == ',') 3897 flag_comma = 1; 3898 else if (*p == '"') 3888 if (*p == '"') 3899 3889 ++flag_quote; 3900 3890
Note:
See TracChangeset
for help on using the changeset viewer.