summaryrefslogtreecommitdiff
path: root/source3/smbd/quotas.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-06-04 06:53:43 +0000
committerAndrew Tridgell <tridge@samba.org>1996-06-04 06:53:43 +0000
commit5607ff396c375976e440f9c955a313ddd58e3bbd (patch)
treec8879d96bb77d20165723dbe01e40c542dda3ab6 /source3/smbd/quotas.c
parenta2c1623827406667a4f2f058c24f1d971f6627f8 (diff)
downloadsamba-5607ff396c375976e440f9c955a313ddd58e3bbd.tar.gz
samba-5607ff396c375976e440f9c955a313ddd58e3bbd.tar.bz2
samba-5607ff396c375976e440f9c955a313ddd58e3bbd.zip
add dummy quotas fn
fix typo in reply to backup lists (This used to be commit bc4a2994377ab078d3d1a900f79fda9dfe4d0e6a)
Diffstat (limited to 'source3/smbd/quotas.c')
-rw-r--r--source3/smbd/quotas.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/smbd/quotas.c b/source3/smbd/quotas.c
index 81f2dcaab5..d5be15264e 100644
--- a/source3/smbd/quotas.c
+++ b/source3/smbd/quotas.c
@@ -355,5 +355,9 @@ static BOOL disk_quotas(char *path, int *bsize, int *dfree, int *dsize)
}
#endif
+
+#else
+/* this keeps fussy compilers happy */
+ void quotas_dummy(void) {}
#endif /* QUOTAS */