Skip to content

Commit

Permalink
Fixed C++ style comments, but I don't get why those lines were origin…
Browse files Browse the repository at this point in the history
…ally commented out.

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1633 f882894a-f735-0410-b71e-b25c423dba1c
  • Loading branch information
Thomas Guyot-Sionnest committed Mar 8, 2007
1 parent bc489aa commit 3ba3044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins-root/check_icmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ main(int argc, char **argv)
}
break;
case 'V': /* version */
//print_revision (progname, revision);
/*print_revision (progname, revision);*/ /* FIXME: Why? */
exit (STATE_OK);
case 'h': /* help */
print_help ();
Expand Down Expand Up @@ -1183,7 +1183,7 @@ void
print_help(void)
{

//print_revision (progname, revision);
/*print_revision (progname, revision);*/ /* FIXME: Why? */

printf ("Copyright (c) 2005 Andreas Ericsson <ae@op5.se>\n");
printf (COPYRIGHT, copyright, email);
Expand Down

0 comments on commit 3ba3044

Please sign in to comment.