summaryrefslogtreecommitdiff
path: root/source3/utils/make_printerdef.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1997-11-17 19:16:38 +0000
committerJeremy Allison <jra@samba.org>1997-11-17 19:16:38 +0000
commit9f804556c4d0bb68f9b7acaf2b679bc0a02ea8f9 (patch)
tree869fdc138c242f9a059e62562ef267043941ec09 /source3/utils/make_printerdef.c
parent30dfa00877514274aef2cd3e1bd954b017beed10 (diff)
downloadsamba-9f804556c4d0bb68f9b7acaf2b679bc0a02ea8f9.tar.gz
samba-9f804556c4d0bb68f9b7acaf2b679bc0a02ea8f9.tar.bz2
samba-9f804556c4d0bb68f9b7acaf2b679bc0a02ea8f9.zip
loadparm.c : Added "veto oplock files" parameter.
make_printerdef.c: Fixed warning. quotas.c: Fixed irix root errors. server.c: Fixed oplock reference count bug. smb.h: Added IS_VETO_OPLOCK_PATH(). Jeremy. (This used to be commit c28487df63e29bc0f8d2ece876a07a2a076d4c73)
Diffstat (limited to 'source3/utils/make_printerdef.c')
-rw-r--r--source3/utils/make_printerdef.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/make_printerdef.c b/source3/utils/make_printerdef.c
index 8b49925ad8..2262111273 100644
--- a/source3/utils/make_printerdef.c
+++ b/source3/utils/make_printerdef.c
@@ -143,7 +143,7 @@ char *find_desc(FILE *fichier,char *text)
char *chaine;
char *long_desc;
char *short_desc;
- char *crap;
+ char *crap = NULL;
char *p;
int found=0;