Bug 3895 - utils/eventlogadm.c: argv[0] should be exename
Summary: utils/eventlogadm.c: argv[0] should be exename
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.23
Hardware: SGI IRIX
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-28 15:27 UTC by Jason Mader (mail bounces back)
Modified: 2006-06-28 16:56 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Mader (mail bounces back) 2006-06-28 15:27:37 UTC
I believe that Line number 190:
    usage( argv[0] );

should be
    usage( exename );
Comment 1 Jeremy Allison 2006-06-28 16:56:27 UTC
Fixed thanks !
Jeremy.