Bug 4500 - Typo in quota.c
Summary: Typo in quota.c
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.25
Hardware: Sparc Solaris
: P3 normal
Target Milestone: 3.0.25
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-10 10:31 UTC by Jorge Santos
Modified: 2007-04-10 10:41 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 Jorge Santos 2007-04-10 10:31:01 UTC
When compiling --with-quotas i get

Linking bin/smbd
smbd/quotas.o: In function `disk_quotas':
quotas.c:(.text+0x12d4): undefined reference to `unbecome'
collect2: ld returned 1 exit status
make: *** [bin/smbd] Error 1

I think unbecome should be unbecome_root() in line 665
Comment 1 Gerald (Jerry) Carter (dead mail address) 2007-04-10 10:41:56 UTC
Correct.  Thanks.  Patch checked in for next 3.0.25 snapshot.