fs getfid defaults to '.', like other path-related commands
authorPhillip Moore <w.phillip.moore@gmail.com>
Tue, 19 Oct 2010 15:31:47 +0000 (11:31 -0400)
committerDerrick Brashear <shadow@dementia.org>
Fri, 29 Oct 2010 19:17:11 +0000 (12:17 -0700)
commitc77ac5ce976b6f3e5a13a3f739ddbb6e32a177b1
treeb5952b3f15822ddd4bf51a1ee6b39a7e5efb6dea
parentd390df097cac0fb7815c43e071040559612b6360
fs getfid defaults to '.', like other path-related commands

I noticed that all of the other commands that accept a list of paths
use the SetDotDefault() function to default to ".", when no arguments
are given.  This patch adds that call to getfid, making it more
consistent with similar commands.

Change-Id: Ia50c6805996d338cbd8d006107caa4ea56178c8e
Reviewed-on: http://gerrit.openafs.org/3008
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/venus/fs.c