summaryrefslogtreecommitdiff
path: root/source4/client/client.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-23 18:13:25 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-23 18:13:25 +0200
commit09065795d6e5c48a8b3b536224552f18d68cfb84 (patch)
tree42fed5c996656e51104dfa369ed04cffb6b84064 /source4/client/client.c
parentd70efa57ceae1011a6a55d57d0152fd1bc2bb192 (diff)
downloadsamba-09065795d6e5c48a8b3b536224552f18d68cfb84.tar.gz
samba-09065795d6e5c48a8b3b536224552f18d68cfb84.tar.bz2
samba-09065795d6e5c48a8b3b536224552f18d68cfb84.zip
Remove unused constants from local.h.
Diffstat (limited to 'source4/client/client.c')
-rw-r--r--source4/client/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/client/client.c b/source4/client/client.c
index 3213c8931f..1865d8db13 100644
--- a/source4/client/client.c
+++ b/source4/client/client.c
@@ -934,7 +934,7 @@ static int cmd_more(struct smbclient_context *ctx, const char **args)
pager=getenv("PAGER");
- pager_cmd = talloc_asprintf(ctx, "%s %s",(pager? pager:PAGER), lname);
+ pager_cmd = talloc_asprintf(ctx, "%s %s",(pager? pager:DEFAULT_PAGER), lname);
system(pager_cmd);
unlink(lname);