X-Git-Url: http://ftp.carnet.hr/pub/carnet-debian/scm?a=blobdiff_plain;f=src%2Fos_dbd%2Fmain.c;fp=src%2Fos_dbd%2Fmain.c;h=eeda2e83e7126a123906c78f14039e2cf45844cf;hb=789cbc8e52da68eba3517b920ef22e000cf3c9fd;hp=6e0b2a282c58cd32392221f8f788f39d8184fd1f;hpb=ef70704f0b31b59bb719b884d6a99cb9e3e2044a;p=ossec-hids.git diff --git a/src/os_dbd/main.c b/src/os_dbd/main.c index 6e0b2a2..eeda2e8 100755 --- a/src/os_dbd/main.c +++ b/src/os_dbd/main.c @@ -30,7 +30,7 @@ void db_info() { print_out(" "); - print_out("%s %s - %s", __name, __version, __author); + print_out("%s %s - %s", __ossec_name, __version, __author); #ifdef UMYSQL print_out("Compiled with MySQL support.");