mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
some compilers don't like the #warning preprocessing directive
so just do a DEBUG(0,("...")); metze
This commit is contained in:
parent
2149d41407
commit
c087ff38b0
@ -24,7 +24,6 @@
|
||||
#if 1
|
||||
int smbrun(char *cmd, int *outfd)
|
||||
{
|
||||
#warning smbrun() needs a rewrite: struct current_user is gone!
|
||||
DEBUG(0,("smbrun() needs a rewrite: struct current_user is gone!\n"));
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user