Skip to content

Commit

Permalink
fix 104648 Unused value
Browse files Browse the repository at this point in the history
  • Loading branch information
cgzones committed Feb 5, 2015
1 parent 188f93c commit aa7e0cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client-agent/notify.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ char *getsharedfiles()

if (OS_MD5_File(SHAREDCFG_FILE, md5sum) != 0) {
md5sum[0] = 'x';
md5sum[1] = 'x';
md5sum[1] = '\0';
}

Expand Down

0 comments on commit aa7e0cc

Please sign in to comment.